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

Class

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

Source from the content-addressed store, hash-verified

763}
764/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomEvent) */
765declare class CustomEvent<T = any> extends Event {
766 constructor(type: string, init?: CustomEventCustomEventInit);
767 /**
768 * Returns any custom data event was created with. Typically used for synthetic events.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected