Server-sent events
Method of continuously sending data from a server to the browser, rather than repeatedly requesting it (EventSource interface, used to fall under HTML5)
eventsource api
eventsource api: close
eventsource api: `error` event
eventsource api: `eventsource()` constructor
eventsource api: `eventsource()` constructor: `options.withcredentials` parameter
eventsource api: `message` event
eventsource api: `open` event
eventsource api: readystate
eventsource api: url
eventsource api: withcredentials
eventsource api: available in workers
12 results found.