| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2bf46ae commit f77bbe8
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,8 +1,14 @@ | |||
| 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,11 +1,5 @@ | |||
| 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, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments