interface WebTransportWriter
extends WritableStreamDefaultWriter<Uint8Array>
Methods #
#atomicWrite(chunk: any): Promise<undefined> variable WebTransportWriter
The constructor object for WebTransportWriter.
Instances are obtained from a WebTransportSendStream rather than
constructed directly.