We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186e94c commit 360c708Copy full SHA for 360c708
doc/api/http2.md
@@ -1070,6 +1070,16 @@ Set the `true` if the `END_STREAM` flag was set in the request or response
1070
HEADERS frame received, indicating that no additional data should be received
1071
and the readable side of the `Http2Stream` will be closed.
1072
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
1083
#### http2stream.pending
1084
<!-- YAML
1085
added: v9.4.0
0 commit comments