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>
This commit is contained in:
parent
31c3fc075b
commit
2b1bcba385
@ -620,6 +620,8 @@ instance's underlying [`net.Socket`].
|
|||||||
added: v8.4.0
|
added: v8.4.0
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
* Extends: {Http2Session}
|
||||||
|
|
||||||
#### serverhttp2session.altsvc(alt, originOrStream)
|
#### serverhttp2session.altsvc(alt, originOrStream)
|
||||||
<!-- YAML
|
<!-- YAML
|
||||||
added: v9.4.0
|
added: v9.4.0
|
||||||
@ -742,6 +744,8 @@ server.on('stream', (stream) => {
|
|||||||
added: v8.4.0
|
added: v8.4.0
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
* Extends: {Http2Session}
|
||||||
|
|
||||||
#### Event: 'altsvc'
|
#### Event: 'altsvc'
|
||||||
<!-- YAML
|
<!-- YAML
|
||||||
added: v9.4.0
|
added: v9.4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user