grandrew / plotti.co

plottico - live plot micorservice that just works

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Somehow craft IE/Edge SSE support

grandrew opened this issue · comments

EventSource is not supported by MS currently, but there are still some users of IE out there so would be nice to have them too;

statcounter-browser-ww-monthly-201502-201602

see this solution:

There is a pretty popular polyfill for this:
https://github.com/Yaffle/EventSource

One of the benefits of using ES. If we used Websockets I think we'd have to
use Flash for fallback..

On Fri, Mar 18, 2016 at 3:44 PM Andrew notifications@github.com wrote:

EventSource is not supported by MS currently, but there are still some
users of IE out there so would be nice to have Edge users too;

[image: statcounter-browser-ww-monthly-201502-201602]
https://cloud.githubusercontent.com/assets/243218/13878112/198acd3a-ed20-11e5-92ac-b64c47c2518c.png

see this solution:
http://stackoverflow.com/questions/24498141/is-there-a-microsoft-equivalent-for-html5-server-sent-events


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#13

Added support for IE.

Need more testing though as it seems to be unstable throughout different IE installations/windows versions even for IE11 version. Would be nice to test in in Edge too.