interface WebTransportSendStream
extends WritableStream<Uint8Array>
Properties #
#sendGroup: WebTransportSendGroup optional
Methods #
variable WebTransportSendStream
The constructor object for WebTransportSendStream.
Instances are obtained from a WebTransport session rather than
constructed directly.