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.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index e1e82c9dce..f3314695cf 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -224,7 +224,7 @@ session.on('localSettings', (settings) => {
#### Event: 'ping'
<!-- YAML
-added: REPLACEME
+added: v10.12.0
-->
* `payload` {Buffer} The `PING` frame 8-byte payload
@@ -684,7 +684,7 @@ are passed through as provided by the user or received from the peer.
#### serverhttp2session.origin(...origins)
<!-- YAML
-added: REPLACEME
+added: v10.12.0
-->
* `origins` { string | URL | Object } One or more URL Strings passed as
@@ -764,7 +764,7 @@ client.on('altsvc', (alt, origin, streamId) => {
#### Event: 'origin'
<!-- YAML
-added: REPLACEME
+added: v10.12.0
-->
* `origins` {string[]}
@@ -2000,7 +2000,7 @@ server.listen(80);
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v10.12.0
pr-url: https://github.com/nodejs/node/pull/22956
description: Added the `origins` option to automatically send an `ORIGIN`
frame on `Http2Session` startup.