WebTransportBidirectionalStream: writable property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Secure context: This feature is available only insecure contexts (HTTPS), in some or allsupporting browsers.
Note: This feature is available inWeb Workers.
Thewritable
read-only property of theWebTransportBidirectionalStream
interface returns aWebTransportSendStream
instance that can be used to write outgoing data.
In this article
Value
Examples
See the mainWebTransportBidirectionalStream
interface page.
Specifications
Specification |
---|
WebTransport> # dom-webtransportbidirectionalstream-writable> |
Browser compatibility
Loading…