Re: [ServiceWorker] should subresource FetchEvents trigger an update if 24-hours since last check? (#814)

>  If you're saying that we should perform an update after a fetch event if it's >24hr since an update, even if the fetch is for a subresource, then yeah, that makes sense.

Yea, this one.  All FetchEvents might trigger an update.  Navigations bypass the 24-hour check for starting the update (although http cache might still be in effect), while sub-resources only actually start the update if its >24 hours.

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

Received on Friday, 22 January 2016 03:45:02 UTC