[slightlyoff/ServiceWorker] should UA check for updates on navigate when there is no fetch event? (#905)

Currently we trigger updates for events fired at the SW.  In particular, navigates always trigger updates.

Now that we allow the browser to avoid firing fetch events if there is no fetch handler, should the update still be triggered?

Per the spec, I think the answer is no.  I think for dev UX, though, we should still trigger updates.  It would be nice to be consistent across browsers 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/slightlyoff/ServiceWorker/issues/905

Received on Saturday, 28 May 2016 18:42:42 UTC