Firefox Tomorrow

web api instance property

WebTransportBidirectionalStream: readable property

View on MDN ↗

Secure context Available in workers

The readable read-only property of the WebTransportBidirectionalStream interface returns a WebTransportReceiveStream instance that can be used to reliably read incoming data.

Value

A WebTransportReceiveStream.

Examples

See the main WebTransportBidirectionalStream interface page.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also