Skip to content

v1.0.0

Compare
Choose a tag to compare
@ctranxuan ctranxuan released this 17 Jun 09:35
· 106 commits to master since this release
  • signature of streamdataio.createEventSource() has changed (please, see the doc.)
  • the request signature is now optional, client just have to provide an App token in the streamdataio.createEventSource()
  • externalization of the request signature mechanism: to sign request, you need to add a new javascript library (streamdataio-auth.min.js) and pass another optional argument to streamdataio.createEventSource() (please, see the doc. and the samples)
  • a fallback mechanism is in place in case the browser does not support Server-Sent Events (SSE)
  • IE support (IE 10 or higher)