property Http2ServerRequest.prototype.aborted Usage in Deno```typescript import { Http2ServerRequest } from "node:node__http2.d.ts"; ``` The `request.aborted` property will be `true` if the request has been aborted. Type boolean