File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# HTTP/2
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
+ -->
3
9
<!-- introduced_in=v8.4.0-->
4
10
5
- > Stability: 1 - Experimental
11
+ > Stability: 2 - Stable
6
12
7
13
The ` http2 ` module provides an implementation of the [ HTTP/2] [ ] protocol. It
8
14
can be accessed using:
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
- process . emitWarning (
4
- 'The http2 module is an experimental API.' ,
5
- 'ExperimentalWarning' , undefined ,
6
- 'See https://github.com/nodejs/http2'
7
- ) ;
8
-
9
3
const {
10
4
constants,
11
5
getDefaultSettings,
You can’t perform that action at this time.
0 commit comments