Skip to main content
Deno.QuicSendStreamOptions - Deno documentation
interface Deno.QuicSendStreamOptions
Unstable

Properties

optional
sendOrder: number = 0

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

optional
waitUntilAvailable: boolean = false

Wait until there is sufficient flow credit to create the stream.

Back to top