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

A default behavior for each functional event seems like a reasonable option I guess. For fetch, no `e.respondWith()` within the event handlers triggers network fetch. And we also allow `e.preventDefault()` to explicitly cancel the default behavior.

In that sense, fallback to network sounds good to me (maybe under the condition that the event's canceled flag is unset at the time of the termination.) Dispatching another event seems like a bit magical.

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

Received on Thursday, 27 November 2014 09:06:28 UTC