interface Deno.QuicSendStream
extends WritableStream<Uint8Array>
unstable
Properties Jump to heading
Jump to headingsendOrder: numberIndicates the send priority of this stream relative to other streams for which the value has been set.
readonly
Jump to headingid: bigint62-bit stream ID, unique within this connection.