|
2 | 2 | <!-- YAML
|
3 | 3 | added: v8.4.0
|
4 | 4 | changes:
|
5 |
| - - version: REPLACEME |
| 5 | + - version: v8.13.0 |
6 | 6 | pr-url: https://github.com/nodejs/node/pull/22466
|
7 | 7 | description: HTTP/2 is now Stable. Previously, it had been Experimental.
|
8 | 8 | -->
|
@@ -225,7 +225,7 @@ session.on('localSettings', (settings) => {
|
225 | 225 |
|
226 | 226 | #### Event: 'ping'
|
227 | 227 | <!-- YAML
|
228 |
| -added: REPLACEME |
| 228 | +added: v8.13.0 |
229 | 229 | -->
|
230 | 230 |
|
231 | 231 | * `payload` {Buffer} The `PING` frame 8-byte payload
|
@@ -682,7 +682,7 @@ are passed through as provided by the user or received from the peer.
|
682 | 682 |
|
683 | 683 | #### serverhttp2session.origin(...origins)
|
684 | 684 | <!-- YAML
|
685 |
| -added: REPLACEME |
| 685 | +added: v8.13.0 |
686 | 686 | -->
|
687 | 687 |
|
688 | 688 | * `origins` { string | URL | Object } One or more URL Strings passed as
|
@@ -762,7 +762,7 @@ client.on('altsvc', (alt, origin, streamId) => {
|
762 | 762 |
|
763 | 763 | #### Event: 'origin'
|
764 | 764 | <!-- YAML
|
765 |
| -added: REPLACEME |
| 765 | +added: v8.13.0 |
766 | 766 | -->
|
767 | 767 |
|
768 | 768 | * `origins` {string[]}
|
@@ -993,7 +993,7 @@ stream.on('trailers', (headers, flags) => {
|
993 | 993 |
|
994 | 994 | #### Event: 'wantTrailers'
|
995 | 995 | <!-- YAML
|
996 |
| -added: REPLACEME |
| 996 | +added: v8.13.0 |
997 | 997 | -->
|
998 | 998 |
|
999 | 999 | The `'wantTrailers'` event is emitted when the `Http2Stream` has queued the
|
@@ -1046,7 +1046,7 @@ usable.
|
1046 | 1046 |
|
1047 | 1047 | #### http2stream.endAfterHeaders
|
1048 | 1048 | <!-- YAML
|
1049 |
| -added: REPLACEME |
| 1049 | +added: v8.13.0 |
1050 | 1050 | -->
|
1051 | 1051 |
|
1052 | 1052 | * {boolean}
|
@@ -1179,7 +1179,7 @@ A current state of this `Http2Stream`.
|
1179 | 1179 |
|
1180 | 1180 | #### http2stream.sendTrailers(headers)
|
1181 | 1181 | <!-- YAML
|
1182 |
| -added: REPLACEME |
| 1182 | +added: v8.13.0 |
1183 | 1183 | -->
|
1184 | 1184 |
|
1185 | 1185 | * `headers` {HTTP/2 Headers Object}
|
@@ -1995,7 +1995,7 @@ server.listen(80);
|
1995 | 1995 | <!-- YAML
|
1996 | 1996 | added: v8.4.0
|
1997 | 1997 | changes:
|
1998 |
| - - version: REPLACEME |
| 1998 | + - version: v8.13.0 |
1999 | 1999 | pr-url: https://github.com/nodejs/node/pull/22956
|
2000 | 2000 | description: Added the `origins` option to automatically send an `ORIGIN`
|
2001 | 2001 | frame on `Http2Session` startup.
|
@@ -2602,7 +2602,7 @@ Just like `'end'`, this event occurs only once per response.
|
2602 | 2602 |
|
2603 | 2603 | #### request.aborted
|
2604 | 2604 | <!-- YAML
|
2605 |
| -added: REPLACEME |
| 2605 | +added: v8.13.0 |
2606 | 2606 | -->
|
2607 | 2607 |
|
2608 | 2608 | * {boolean}
|
|
0 commit comments