Interface WebTransportHash

    interface WebTransportHash {
        algorithm?: string;
        value?: BufferSource;
    }

    Properties

    Properties

    algorithm?: string
    value?: BufferSource