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

Class

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

Source from the content-addressed store, hash-verified

2439}
2440/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource) */
2441declare class EventSource extends EventTarget {
2442 constructor(url: string, init?: EventSourceEventSourceInit);
2443 /**
2444 * Aborts any instances of the fetch algorithm started for this EventSource object, and sets the readyState attribute to CLOSED.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected