Skip to content

Commit b3b267a

Browse files
ryzokukentargos
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) 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 4a7bb40 commit b3b267a

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
@@ -664,9 +664,9 @@ added: v8.4.0
664664
added: v9.4.0
665665
-->
666666

667-
* `alt`: {string}
668-
* `origin`: {string}
669-
* `streamId`: {number}
667+
* `alt` {string}
668+
* `origin` {string}
669+
* `streamId` {number}
670670

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

0 commit comments

Comments
 (0)