Skip to main content
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