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

Class

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

Source from the content-addressed store, hash-verified

655 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget)
656 */
657declare class EventTarget<EventMap extends Record<string, Event> = Record<string, Event>> {
658 constructor();
659 /**
660 * 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