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

Class

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

Source from the content-addressed store, hash-verified

1111 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessageEvent)
1112 */
1113declare class MessageEvent extends Event {
1114 constructor(type: string, initializer: MessageEventInit);
1115 /**
1116 * Returns the data of the message.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected