Skip to main content

QuicReceiveStream

interface Deno.QuicReceiveStream
extends ReadableStream<Uint8Array>
unstable

Properties Jump to heading

readonly
Jump to headingid: bigint

62-bit stream ID, unique within this connection.

Back to top