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

Class

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

Source from the content-addressed store, hash-verified

664 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget)
665 */
666declare class EventTarget<EventMap extends Record<string, Event> = Record<string, Event>> {
667 constructor();
668 /**
669 * Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected