Articles tagged: Server-sent events
Found 5 documents
- Mozilla/Tech/XPCOM/Reference/Interface/nsIEventSource This implements the EventSource interface used for server-sent events.
- Web/API/EventSource The EventSource interface is used to receive server-sent events. It connects to a server over ...
- Web/API/EventSource/EventSource The EventSource () constructor returns a newly-created EventSource, which represents a remote ...
- Web/API/Server-sent_events Traditionally, a web page has to send a request to the server to receive new data; that is, the ...
- Web/API/Server-sent_events/Using_server-sent_events The server-sent event API is contained in the EventSource interface; to open a connection to the ...