MCPcopy Create free account
hub / github.com/fmhy/edit /

Class

api/worker-configuration.d.ts:3802–3802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3800 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource)
3801 */
3802declare 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected