Skip to main content
interface Deno.QuicBidirectionalStream
unstable

Properties

Returns a QuicReceiveStream instance that can be used to read incoming data.

Returns a QuicSendStream instance that can be used to write outgoing data.

Back to top