AngularTS
    Preparing search index...

    Interface WebTransportOptions

    interface WebTransportOptions {
        allowPooling?: boolean;
        congestionControl?: "default" | "throughput" | "low-latency";
        requireUnreliable?: boolean;
        serverCertificateHashes?: WebTransportCertificateHash[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowPooling?: boolean
    congestionControl?: "default" | "throughput" | "low-latency"
    requireUnreliable?: boolean
    serverCertificateHashes?: WebTransportCertificateHash[]