method Http2Session.once
Usage in Deno
import { type Http2Session } from "node:http2";
Http2Session.once(event: "frameError",listener: (frameType: number,errorCode: number,streamID: number,) => void,): this
Http2Session.once(event: "goaway",listener: (errorCode: number,lastStreamID: number,opaqueData?: Buffer,) => void,): this
Http2Session.once(event: "localSettings",listener: (settings: Settings) => void,): this
listener: (settings: Settings) => void
this
Http2Session.once(event: "remoteSettings",listener: (settings: Settings) => void,): this
listener: (settings: Settings) => void
this