Variable WebTransportError
WebTransportError: {
prototype: WebTransportError;
new (
message?: string,
options?: WebTransportErrorOptions,
): WebTransportError;
}
prototype: WebTransportError;
new (
message?: string,
options?: WebTransportErrorOptions,
): WebTransportError;
}
Type declaration
- new (message?: string, options?: WebTransportErrorOptions): WebTransportError
- Parameters- Optionalmessage: string
- Optionaloptions: WebTransportErrorOptions
 - Returns WebTransportError
 
- prototype: WebTransportError