- From: Jungkee Song <notifications@github.com>
- Date: Wed, 12 Aug 2015 18:14:22 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Thursday, 13 August 2015 01:14:52 UTC
I'm not entire sure we've talked about exactly .update() also applies the same rule, but checked with @jakearchibald it seems fine to apply the same rule to all the updates gated on Update algorithm. Now devs can adjust the cap by setting the Cache-Control max-age header themselves, and they could control this when an immediate update is needed. The reason we changed it this way is mostly consistency among the different update requests. `.update({ cache-mode: "reload" }) // or "default"` seems to be another way to handle this? WDYT? --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/514#issuecomment-130497174
Received on Thursday, 13 August 2015 01:14:52 UTC