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

"in-progress request" includes any queued tasks for firing functional events and `statechange` events at the service worker. Processing those queued events on an **active worker** sounds reasonable to me.

The never-settling promise example above seems like a real bug that the SW might have to be killed by user agents at any time even without calling skipWaiting().

WDYT?

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

Received on Thursday, 27 November 2014 08:05:56 UTC