Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.4 KB

History.md

File metadata and controls

26 lines (15 loc) · 1.4 KB
  • Add Accept: text/event-stream header (#17 William Wicks)
  • Add no-cache and https support (#10 Einar Otto Stangvik)
  • Ensure that Last-Event-ID is sent to the server for reconnects, as defined in the spec (#8 Einar Otto Stangvik)
  • Verify that CR and CRLF are accepted alongside LF (#7 Einar Otto Stangvik)
  • Emit 'open' event (#4 Einar Otto Stangvik)
  • Automatic reconnect every second if the server is down. Reconnect interval can be set with reconnectInterval (not in W3C spec). (Aslak Hellesøy)
  • Jison based eventstream parser (#2 Einar Otto Stangvik)
  • Use native EventListener (Aslak Hellesøy)

0.0.1

  • First release