Skip to content

Commit

Permalink
doc: add missing extends Http2Session
Browse files Browse the repository at this point in the history
Adds missing extends Http2Session for ClientHttp2Session
and ServerHttp2Session.

PR-URL: #29252
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
trivikr authored and BridgeAR committed Sep 3, 2019
1 parent 1d649e3 commit 6a4f156
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,8 @@ instance's underlying [`net.Socket`].
added: v8.4.0
-->

* Extends: {Http2Session}

#### serverhttp2session.altsvc(alt, originOrStream)
<!-- YAML
added: v9.4.0
Expand Down Expand Up @@ -742,6 +744,8 @@ server.on('stream', (stream) => {
added: v8.4.0
-->

* Extends: {Http2Session}

#### Event: 'altsvc'
<!-- YAML
added: v9.4.0
Expand Down

0 comments on commit 6a4f156

Please sign in to comment.