deno.com

interface Deno.QuicSendStream

extends WritableStream<Uint8Array<ArrayBufferLike>>
unstable

Properties #

#sendOrder: number

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

#id: bigint
readonly

62-bit stream ID, unique within this connection.