kittoframework / kitto

Kitto is a framework for interactive dashboards written in Elixir
http://kitto.io/dashboards/sample
MIT License
956 stars 58 forks source link

Add polyfill to suport Microsoft Edge/IE10-11 #116

Closed imetallica closed 6 years ago

imetallica commented 7 years ago

Microsoft Edge and IE browsers do not support server side events (EventSource API). In that case, I suggest adding a polyfill to fill in the gap, which should provide the desired behaviour.

This polyfill should do the trick.

zorbash commented 7 years ago

@imetallica Are you interested in providing a PR for this?

imetallica commented 7 years ago

I could give a shot, let me give a try during the coming weekend.

zorbash commented 7 years ago

@imetallica Let me know if you need any help (or ask directly on https://gitter.im/kittoframework/Lobby)

zorbash commented 6 years ago

Closing due to inactivity.