method Http2ServerRequest.prototype.on
Usage in Deno
import { Http2ServerRequest } from "node:http2";
Http2ServerRequest.prototype.on(event: "aborted",listener: (hadError: boolean,code: number,) => void,): this
import { Http2ServerRequest } from "node:http2";
Http2ServerRequest.prototype.on(event: "aborted",listener: (hadError: boolean,code: number,) => void,): this