Interface WebTransportBidirectionalStream

    Available only in secure contexts.

    MDN Reference

    interface WebTransportBidirectionalStream {
        readable: ReadableStream<any>;
        writable: WritableStream<any>;
    }

    Properties

    Properties

    readable: ReadableStream<any>
    writable: WritableStream<any>