interface Deno.QuicBidirectionalStream
unstable
Properties Jump to heading
readonly
Jump to headingreadable: QuicReceiveStream
Returns a QuicReceiveStream instance that can be used to read incoming data.
readonly
Jump to headingwritable: QuicSendStream
Returns a QuicSendStream instance that can be used to write outgoing data.