Variable WebTransport
WebTransport: {
prototype: WebTransport;
new (url: string | URL, options?: WebTransportOptions): WebTransport;
}
prototype: WebTransport;
new (url: string | URL, options?: WebTransportOptions): WebTransport;
}
Type declaration
- new (url: string | URL, options?: WebTransportOptions): WebTransport
- Parameters- url: string | URL
- Optionaloptions: WebTransportOptions
 - Returns WebTransport
 
- prototype: WebTransport