Re: [slightlyoff/ServiceWorker] should EventSource bypass service worker interception? (#885)

WebSocket is special in that it's an HTTP handshake and then uses the connection for something else. EventSource is just like any other API that fetches something, it's just by design a longer-lived transaction, but that is not too different from `<video>` or `<audio>` really.

---
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/885#issuecomment-210726448

Received on Saturday, 16 April 2016 03:35:10 UTC