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

Usage in Deno

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

Set to true if the Http2Stream instance has been destroyed and is no longer usable.

Type

boolean