interface WebTransport
Properties #
Methods #
#close(closeInfo?: WebTransportCloseInfo): void #createBidirectionalStream(options?: WebTransportSendStreamOptions): Promise<WebTransportBidirectionalStream> #createUnidirectionalStream(options?: WebTransportSendStreamOptions): Promise<WebTransportSendStream> variable WebTransport
The constructor object for WebTransport, used to open a new
WebTransport session to the server at the given url.