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