Re: [ServiceWorker] 24 hour spontaneous update doesn't seem specced (#514)

Relying on setting max age doesn't sound right. You may have already set it to 100000, so by the time you realize you want it to set it to 0 to push out an emergency update it's too late.

I guess cache-mode param in update() is an OK solution... seems like unnecessary complexity to me though.



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

Received on Thursday, 13 August 2015 02:02:40 UTC