Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 449 Bytes

Eventsource.md

File metadata and controls

7 lines (6 loc) · 449 Bytes

feature: EventSource (Server-Sent Events) status: use tags: fallback kind: api polyfillurls:EventSource.js, jQuery.eventsource

Server-Sent Events are real-time events emitted by the server and received by the browser. EventSource.js provides a base fallback and is not dependent on jQuery.