method ServerHttp2Session.prependListener
          
Usage in Deno
import { type ServerHttp2Session } from "node:http2";
ServerHttp2Session.prependListener(event: "connect",listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,socket: net.Socket | tls.TLSSocket,) => void,): this 
      
listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,socket: net.Socket | tls.TLSSocket,) => void
      
    this