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

Class

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

Source from the content-addressed store, hash-verified

2300 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessageEvent)
2301 */
2302declare class MessageEvent extends Event {
2303 constructor(type: string, initializer: MessageEventInit);
2304 /**
2305 * Returns the data of the message.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected