Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/http2.md')
-rw-r--r--doc/api/http2.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index cd588df5cf9..09f37f36f73 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -532,7 +532,7 @@ frames have been acknowledged.
<!-- YAML
added: v8.9.3
changes:
- - version: REPLACEME
+ - version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41678
description: Passing an invalid callback to the `callback` argument
now throws `ERR_INVALID_ARG_TYPE` instead of
@@ -623,7 +623,7 @@ server.on('connect', (session) => {
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41678
description: Passing an invalid callback to the `callback` argument
now throws `ERR_INVALID_ARG_TYPE` instead of
@@ -692,7 +692,7 @@ An object describing the current status of this `Http2Session`.
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41678
description: Passing an invalid callback to the `callback` argument
now throws `ERR_INVALID_ARG_TYPE` instead of
@@ -1225,7 +1225,7 @@ See [`net.Socket.bufferSize`][] for details.
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41678
description: Passing an invalid callback to the `callback` argument
now throws `ERR_INVALID_ARG_TYPE` instead of
@@ -1376,7 +1376,7 @@ value will be `undefined` after the `Http2Stream` instance is destroyed.
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41678
description: Passing an invalid callback to the `callback` argument
now throws `ERR_INVALID_ARG_TYPE` instead of
@@ -1577,7 +1577,7 @@ accepts push streams, `false` otherwise. Settings are the same for every
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41678
description: Passing an invalid callback to the `callback` argument
now throws `ERR_INVALID_ARG_TYPE` instead of
@@ -2061,7 +2061,7 @@ closed, although the server has already stopped allowing new sessions. See
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41678
description: Passing an invalid callback to the `callback` argument
now throws `ERR_INVALID_ARG_TYPE` instead of
@@ -2287,7 +2287,7 @@ closed, although the server has already stopped allowing new sessions. See
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41678
description: Passing an invalid callback to the `callback` argument
now throws `ERR_INVALID_ARG_TYPE` instead of
@@ -3588,7 +3588,7 @@ See [`response.socket`][].
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41678
description: Passing an invalid callback to the `callback` argument
now throws `ERR_INVALID_ARG_TYPE` instead of