Skip to main content
Http2Stream.id - http2 - Node documentation
property Http2Stream.id

Usage in Deno

import { 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