Re: [w3c/ServiceWorker] Soft Update seems way to aggressive (#1250)

> Do these developers not know about ServiceWorkerRegistration.update()?
Is there some reason that method doesn't work for them?

Sure, but if you have pushed a broken service worker already, its hard to go back and add js code to `update()`.  If the recommendation is to never ship a SW without an explicit `update()`, then it seems like that should be the default platform behavior.

The update-on-navigate algorithm was introduced before I started working on SW.  Maybe others can discuss other options that were considered and why this was chosen as the best alternative.

-- 
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/1250#issuecomment-352502787

Received on Monday, 18 December 2017 17:49:46 UTC