MCPcopy Create free account
hub / github.com/idosal/git-mcp /

Class

worker-configuration.d.ts:1097–1097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1095 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent)
1096 */
1097declare class ErrorEvent extends Event {
1098 constructor(type: string, init?: ErrorEventErrorEventInit);
1099 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/filename) */
1100 get filename(): string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected