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

Usage in Deno

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

Will be true if this Http2Session instance has been destroyed and must no longer be used, otherwise false.

Type

boolean