Skip to content

Commit 6a4f156

Browse files
trivikrBridgeAR
authored andcommitted
doc: add missing extends Http2Session
Adds missing extends Http2Session for ClientHttp2Session and ServerHttp2Session. PR-URL: #29252 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 1d649e3 commit 6a4f156

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/http2.md

+4
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,8 @@ instance's underlying [`net.Socket`].
620620
added: v8.4.0
621621
-->
622622

623+
* Extends: {Http2Session}
624+
623625
#### serverhttp2session.altsvc(alt, originOrStream)
624626
<!-- YAML
625627
added: v9.4.0
@@ -742,6 +744,8 @@ server.on('stream', (stream) => {
742744
added: v8.4.0
743745
-->
744746

747+
* Extends: {Http2Session}
748+
745749
#### Event: 'altsvc'
746750
<!-- YAML
747751
added: v9.4.0

0 commit comments

Comments
 (0)