property Http2Session.destroyed Usage in Deno```typescript import { type Http2Session } from "node:node__http2.d.ts"; ``` Will be `true` if this `Http2Session` instance has been destroyed and must no longer be used, otherwise `false`. Type boolean