summaryrefslogtreecommitdiff
path: root/doc/api/http2.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/http2.md')
-rw-r--r--doc/api/http2.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index f35e9b8b29..dd53e9f27f 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -328,7 +328,7 @@ Will be `true` if this `Http2Session` instance has been closed, otherwise
#### http2session.connecting
<!-- YAML
-added: REPLACEME
+added: v10.0.0
-->
* {boolean}
@@ -883,7 +883,7 @@ stream.on('trailers', (headers, flags) => {
#### Event: 'wantTrailers'
<!-- YAML
-added: REPLACEME
+added: v10.0.0
-->
The `'wantTrailers'` event is emitted when the `Http2Stream` has queued the
@@ -1055,7 +1055,7 @@ A current state of this `Http2Stream`.
#### http2stream.sendTrailers(headers)
<!-- YAML
-added: REPLACEME
+added: v10.0.0
-->
* `headers` {HTTP/2 Headers Object}
@@ -1284,7 +1284,7 @@ server.on('stream', (stream) => {
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v10.0.0
pr-url: https://github.com/nodejs/node/pull/18936
description: Any readable file descriptor, not necessarily for a
regular file, is supported now.
@@ -1379,7 +1379,7 @@ server.on('stream', (stream) => {
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v10.0.0
pr-url: https://github.com/nodejs/node/pull/18936
description: Any readable file, not necessarily a
regular file, is supported now.
@@ -2715,7 +2715,7 @@ See [`response.socket`][].
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v10.0.0
pr-url: https://github.com/nodejs/node/pull/18780
description: This method now returns a reference to `ServerResponse`.
-->