Back to Content

WebTransportBidirectionalStream: readable property

files/en-us/web/api/webtransportbidirectionalstream/readable/index.md

latest835 B
Original Source

{{APIRef("WebTransport API")}}{{SecureContext_Header}} {{AvailableInWorkers}}

The readable read-only property of the {{domxref("WebTransportBidirectionalStream")}} interface returns a {{domxref("WebTransportReceiveStream")}} instance that can be used to reliably read incoming data.

Value

A {{domxref("WebTransportReceiveStream")}}.

Examples

See the main {{domxref("WebTransportBidirectionalStream")}} interface page.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also