interface Deno.QuicSendStream
extends WritableStream<Uint8Array>
unstable
Properties Jump to heading
Jump to headingsendOrder: number
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.