Y
Hacker News
new
|
ask
|
show
|
jobs
by
bradgessler
3671 days ago
The only big barrier to adopting the EventSource API is the complete lack of support from Microsoft's browsers:
http://caniuse.com/#feat=eventsource
1 comments
lobster_johnson
3671 days ago
Fortunately, polyfilling is fairly easy, e.g.
https://github.com/Yaffle/EventSource
.
link