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
Optional
message: stringOptional
options: WebTransportErrorOptions
Returns WebTransportError
prototype: WebTransportError