close
The close()
method of the EventSource interface closes the connection, if one is made, and sets the EventSource.readyState attribute to 2
(closed).
The close()
method of the EventSource interface closes the connection, if one is made, and sets the EventSource.readyState attribute to 2
(closed).