Skip to main content
interface Deno.QuicSendStream
extendsWritableStream<Uint8Array> ,
unstable

Properties

sendOrder: number

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

readonly
id: bigint

62-bit stream ID, unique within this connection.

Back to top