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

Usage in Deno

import { type Http2Stream } from "node:http2";

Set to true if the Http2Stream instance has not yet been assigned a numeric stream identifier.

Type

boolean