MCPcopy Create free account
hub / github.com/TanStack/router /

Class

examples/react/start-basic-cloudflare/worker-configuration.d.ts:1285–1285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1283 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent)
1284 */
1285declare class ErrorEvent extends Event {
1286 constructor(type: string, init?: ErrorEventErrorEventInit);
1287 /**
1288 * The **`filename`** read-only property of the ErrorEvent interface returns a string containing the name of the script file in which the error occurred.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected