Skip to content

Commit 77acef4

Browse files
ryzokukenBethGriggs
authored andcommitted
doc: add params for ClientHttp2Session:altsvc
Add parameters for the callback for the ClientHttp2Session:altsvc event inline with the pattern in the rest of the documentation. Refs: nodejs/help#877 (comment) Backport-PR-URL: #22850 PR-URL: #20598 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent c30a8f4 commit 77acef4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/http2.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -667,9 +667,9 @@ added: v8.4.0
667667
added: v8.11.2
668668
-->
669669

670-
* `alt`: {string}
671-
* `origin`: {string}
672-
* `streamId`: {number}
670+
* `alt` {string}
671+
* `origin` {string}
672+
* `streamId` {number}
673673

674674
The `'altsvc'` event is emitted whenever an `ALTSVC` frame is received by
675675
the client. The event is emitted with the `ALTSVC` value, origin, and stream

0 commit comments

Comments
 (0)