Articles tagged: Server-sent events
Found 12 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/close The close() method of the EventSource interface closes the connection, if one is made, and sets ...
- Web/API/EventSource/EventSource The EventSource () constructor returns a newly-created EventSource, which represents a remote ...
- Web/API/EventSource/onerror The onerror property of the EventSource interface is an EventHandler called when an error occurs ...
- Web/API/EventSource/onmessage The onmessage property of the EventSource interface is an EventHandler called when a message ...
- Web/API/EventSource/onopen The onopen property of the EventSource interface is an EventHandler called when an open event is ...
- Web/API/EventSource/readyState The readyState read-only property of the EventSource interface returns a number representing the ...
- Web/API/EventSource/url The url read-only property of the EventSource interface returns a DOMString representing the URL ...
- Web/API/EventSource/withCredentials The withCredentials read-only property of the EventSource interface returns a Boolean indicating ...
- 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 ...