interface WebTransport
Properties #
readonly
#closed: Promise<WebTransportCloseInfo>
Methods #
#close(closeInfo?: WebTransportCloseInfo): void
#createBidirectionalStream(options?: WebTransportSendStreamOptions): Promise<WebTransportBidirectionalStream>
#createUnidirectionalStream(options?: WebTransportSendStreamOptions): Promise<WebTransportSendStream>
variable WebTransport