property Http2Stream.id Usage in Denoimport { type Http2Stream } from "node:http2"; The numeric stream identifier of this Http2Stream instance. Set to undefined if the stream identifier has not yet been assigned. Type number | undefined