WebTransportBidirectionalStream
The WebTransportBidirectionalStream
interface of the WebTransport API represents a bidirectional stream created by a server or a client that can be used for reliable transport. Available only in secure contexts.
Properties
Link copied to clipboard
The readable
read-only property of the WebTransportBidirectionalStream interface returns a WebTransportReceiveStream instance that can be used to reliably read incoming data.
Link copied to clipboard
The writable
read-only property of the WebTransportBidirectionalStream interface returns a WebTransportSendStream instance that can be used to write outgoing data.