[w3c/ServiceWorker] error handling for aborted streams feeding a navigation request (#1184)

This demo streams data every 1 second from a service worker infinitely:

https://html-sw-stream.glitch.me/

Chrome will currently eventually time out the service worker.  When this happens the partially rendered iframe is just left.

Aside from the question in #1182, should aborting the service worker in the middle of the stream leave the partially rendered data?  Should we not show an error here?

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

Received on Wednesday, 9 August 2017 14:57:39 UTC