Skip to main content

QuicSendStream

interface Deno.QuicSendStream
extends WritableStream<Uint8Array>
unstable

Properties Jump to heading

Indicates the send priority of this stream relative to other streams for which the value has been set.

readonly
Jump to headingid: bigint

62-bit stream ID, unique within this connection.

Back to top