| 2439 | } |
| 2440 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource) */ |
| 2441 | declare 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. |
nothing calls this directly
no outgoing calls
no test coverage detected