method ClientHttp2Session.prependOnceListener
Jump to headingClientHttp2Session.prependOnceListener(event: "altsvc",listener: (alt: string,origin: string,stream: number,) => void,): thisParameters Jump to heading
Jump to headingevent: "altsvc"Jump to headinglistener: (alt: string,origin: string,stream: number,) => voidReturn Type Jump to heading
thisJump to headingClientHttp2Session.prependOnceListener(event: "origin",listener: (origins: string[]) => void,): thisParameters Jump to heading
Jump to headingevent: "origin"Jump to headinglistener: (origins: string[]) => voidReturn Type Jump to heading
thisJump to headingClientHttp2Session.prependOnceListener(event: "connect",listener: (session: ClientHttp2Session,socket: net.Socket | tls.TLSSocket,) => void,): thisParameters Jump to heading
Jump to headingevent: "connect"Jump to headinglistener: (session: ClientHttp2Session,socket: net.Socket | tls.TLSSocket,) => voidReturn Type Jump to heading
thisJump to headingClientHttp2Session.prependOnceListener(event: "stream",listener: () => void,): thisParameters Jump to heading
Jump to headingevent: "stream"Jump to headinglistener: () => voidReturn Type Jump to heading
thisJump to headingClientHttp2Session.prependOnceListener(event: string | symbol,listener: (...args: any[]) => void,): thisParameters Jump to heading
Jump to headingevent: string | symbolJump to headinglistener: (...args: any[]) => voidReturn Type Jump to heading
this