Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions doc/api/http2.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# HTTP/2

<!-- YAML
added: v8.4.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/22466
description: HTTP/2 is now Stable. Previously, it had been Experimental.
-->
<!--introduced_in=v8.4.0-->

> Stability: 1 - Experimental
> Stability: 2 - Stable

The `http2` module provides an implementation of the [HTTP/2][] protocol. It
can be accessed using:
Expand Down
6 changes: 0 additions & 6 deletions lib/http2.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
'use strict';

process.emitWarning(
'The http2 module is an experimental API.',
'ExperimentalWarning', undefined,
'See https://github.com/nodejs/http2'
);

const {
constants,
getDefaultSettings,
Expand Down