Skip to main content
method EventSource.close
EventSource.close(): void
Deprecated

Aborts any instances of the fetch algorithm started for this EventSource object, and sets the readyState attribute to CLOSED.

Return Type

void
Back to top