MCPcopy Create free account
hub / github.com/fontsource/fontsource /

Class

website/worker-configuration.d.ts:1088–1088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1086 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent)
1087 */
1088declare class ErrorEvent extends Event {
1089 constructor(type: string, init?: ErrorEventErrorEventInit);
1090 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/filename) */
1091 get filename(): string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected