We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069fd79 commit 18a2b3dCopy full SHA for 18a2b3d
doc/api/http2.md
@@ -1,8 +1,14 @@
1
# HTTP/2
2
-
+<!-- YAML
3
+added: v8.4.0
4
+changes:
5
+ - version: REPLACEME
6
+ pr-url: https://github.com/nodejs/node/pull/22466
7
+ description: HTTP/2 is now Stable. Previously, it had been Experimental.
8
+-->
9
<!--introduced_in=v8.4.0-->
10
-> Stability: 1 - Experimental
11
+> Stability: 2 - Stable
12
13
The `http2` module provides an implementation of the [HTTP/2][] protocol. It
14
can be accessed using:
lib/http2.js
@@ -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,
0 commit comments