Tagged Questions
1
vote
1answer
149 views
How do I “pause” Server Sent Events?
How I pause a Server Sent Event connection? Is it even possible, or do I have to close the SSE and then reopen it and assign all of the event handlers again?
For example I would like to do (this is ...