Skip to content

Commit 360c708

Browse files
murgatroid99BridgeAR
authored andcommitted
doc: document Http2Stream#id property
PR-URL: #28074 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 186e94c commit 360c708

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/api/http2.md

+10
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,16 @@ Set the `true` if the `END_STREAM` flag was set in the request or response
10701070
HEADERS frame received, indicating that no additional data should be received
10711071
and the readable side of the `Http2Stream` will be closed.
10721072

1073+
#### http2stream.id
1074+
<!-- YAML
1075+
added: v8.4.0
1076+
-->
1077+
1078+
* {number|undefined}
1079+
1080+
The numeric stream identifier of this `Http2Stream` instance. Set to `undefined`
1081+
if the stream identifier has not yet been assigned.
1082+
10731083
#### http2stream.pending
10741084
<!-- YAML
10751085
added: v9.4.0

0 commit comments

Comments
 (0)