[slightlyoff/ServiceWorker] Should EventSource and WebSocket be exposed in service workers? (#947)

It seems like `XMLHttpRequest` we best treat these as "legacy APIs" that you can use `fetch()` instead for (at least, once we have upload streams).

Also with the lifetime of a service worker it's unlikely these APIs are useful.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/947

Received on Wednesday, 10 August 2016 14:52:35 UTC