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

Class

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

Source from the content-addressed store, hash-verified

525 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event)
526 */
527declare class Event {
528 constructor(type: string, init?: EventInit);
529 /**
530 * Returns the type of event, e.g. "click", "hashchange", or "submit".

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected