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

Class

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

Source from the content-addressed store, hash-verified

2456}
2457/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource) */
2458declare class EventSource extends EventTarget {
2459 constructor(url: string, init?: EventSourceEventSourceInit);
2460 /**
2461 * 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