| 3800 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource) |
| 3801 | */ |
| 3802 | declare class EventSource extends EventTarget { |
| 3803 | constructor(url: string, init?: EventSourceEventSourceInit) |
| 3804 | /** |
| 3805 | * The **`close()`** method of the EventSource interface closes the connection, if one is made, and sets the ```js-nolint close() ``` None. |
nothing calls this directly
no outgoing calls
no test coverage detected