From 75faa554365d37ac7b433e580f09519b7f4133e0 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Wed, 5 Jun 2019 10:13:17 -0700 Subject: [PATCH 1/3] Add documentation for Http2Stream#id property --- doc/api/http2.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/api/http2.md b/doc/api/http2.md index 1332673bb8aa4a..1f72e401c5ef60 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1070,6 +1070,16 @@ Set the `true` if the `END_STREAM` flag was set in the request or response HEADERS frame received, indicating that no additional data should be received and the readable side of the `Http2Stream` will be closed. +#### http2stream.id + + +* {number} + +The numeric stream identifier of this `Http2Stream` instance. Set to undefined +if the stream identifier has not yet been assigned. + #### http2stream.pending -* {number} +* {number|undefined} The numeric stream identifier of this `Http2Stream` instance. Set to `undefined` if the stream identifier has not yet been assigned.