summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTrivikram Kamat <16024985+trivikr@users.noreply.github.com>2019-08-21 11:04:11 -0700
committerRich Trott <rtrott@gmail.com>2019-08-23 13:54:30 -0700
commit2b1bcba385af380e3eaffd44315c83d3c0201cfe (patch)
treece65cbc4eb24b42e087961f23faeeaaacbf9ecba /doc
parent31c3fc075b471882f6c4ecfc322d857516c8b016 (diff)
downloadandroid-node-v8-2b1bcba385af380e3eaffd44315c83d3c0201cfe.tar.gz
android-node-v8-2b1bcba385af380e3eaffd44315c83d3c0201cfe.tar.bz2
android-node-v8-2b1bcba385af380e3eaffd44315c83d3c0201cfe.zip
doc: add missing extends Http2Session
Adds missing extends Http2Session for ClientHttp2Session and ServerHttp2Session. PR-URL: https://github.com/nodejs/node/pull/29252 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/http2.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index 444d54f055..6c280f4e86 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -620,6 +620,8 @@ instance's underlying [`net.Socket`].
added: v8.4.0
-->
+* Extends: {Http2Session}
+
#### serverhttp2session.altsvc(alt, originOrStream)
<!-- YAML
added: v9.4.0
@@ -742,6 +744,8 @@ server.on('stream', (stream) => {
added: v8.4.0
-->
+* Extends: {Http2Session}
+
#### Event: 'altsvc'
<!-- YAML
added: v9.4.0