property Http2Stream.aborted Usage in Deno```typescript import { type Http2Stream } from "node:node__http2.d.ts"; ``` Set to `true` if the `Http2Stream` instance was aborted abnormally. When set, the `'aborted'` event will have been emitted. Type boolean