Firefox Tomorrow

web api instance property

WebTransportBidirectionalStream: writable property

View on MDN ↗

Secure context Available in workers

The writable read-only property of the WebTransportBidirectionalStream interface returns a WebTransportSendStream instance that can be used to write outgoing data.

Value

A WebTransportSendStream.

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