Re: [ServiceWorker] Should skipWaiting() wait for an "in-progress request" to finish? (#569)

Of course, if we allow termination in the middle of an event or queued request, we have to specify how the event/request is handled. e.g., for fetch, I can imagine fallback to network, or network error, or even maybe dispatch the event on the new worker in the case of skipWaiting().

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/569#issuecomment-64758981

Received on Thursday, 27 November 2014 08:26:23 UTC