From 155caf72bd7972aa46a7b4e8210d13150f8feb43 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Wed, 5 Jun 2019 10:13:17 -0700 Subject: [PATCH] doc: document Http2Stream#id property PR-URL: https://github.com/nodejs/node/pull/28074 Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Trivikram Kamat Reviewed-By: Rich Trott Reviewed-By: James M Snell --- doc/api/http2.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/api/http2.md b/doc/api/http2.md index 1332673bb8aa4a..6c811990d5cdbe 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|undefined} + +The numeric stream identifier of this `Http2Stream` instance. Set to `undefined` +if the stream identifier has not yet been assigned. + #### http2stream.pending