WebTransportReceiveStream
The WebTransportReceiveStream interface of the WebTransport API is a ReadableStream that can be used to read from an incoming unidirectional or bidirectional WebTransport stream. Available only in secure contexts.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The getStats() method of the WebTransportReceiveStream interface asynchronously returns an object containing statistics for the current stream.
Link copied to clipboard
The getStats() method of the WebTransportReceiveStream interface asynchronously returns an object containing statistics for the current stream.
Link copied to clipboard
fun <T : JsAny?> pipeThrough(transform: ReadableWritablePair<T, Uint8Array<*>>, options: StreamPipeOptions): ReadableStream<T>
Link copied to clipboard
fun pipeToAsync(destination: WritableStream<Uint8Array<*>>, options: StreamPipeOptions): Promise<Void>
Link copied to clipboard
Link copied to clipboard