Back to Content

WebTransportBidirectionalStream: writable property

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

latest821 B
Original Source

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

The writable read-only property of the {{domxref("WebTransportBidirectionalStream")}} interface returns a {{domxref("WebTransportSendStream")}} instance that can be used to write outgoing data.

Value

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

Examples

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

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also