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