interface WebTransportInit {
    certificates?: WebTransportCertificate[];
    maxInboundStreams?: number;
}

Properties

certificates?: WebTransportCertificate[]
maxInboundStreams?: number