interface Deno.QuicSendStreamOptions
Unstable
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.