- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 15 Apr 2016 20:34:43 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Saturday, 16 April 2016 03:35:10 UTC
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