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

Usage in Deno

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

Set to true if the Http2Stream instance has been closed.

Type

boolean