- From: Matt Falkenhagen <notifications@github.com>
- Date: Wed, 12 Aug 2015 19:02:12 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Thursday, 13 August 2015 02:02:40 UTC
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