-
Notifications
You must be signed in to change notification settings - Fork 331
maxAgeSeconds in sw-toolbox #207
Comments
Thanks for reporting this. Some more information would be appreciated to get to the bottom of it. If you can reproduce this behavior on a publicly deployed site, can you provide the URL? If you don't have it deployed anywhere, can you provide your |
Friendly ping @PrototypeChain as we'd love to understand if more info from when you ran into this issue is available. It'd help us ensure we don't replicate whatever was causing it as we work on the next version of these libraries. |
Hi, https://www.voot.com/service-worker.js
Attached are the screenshots where in one of the screenshots you can see under Voot Originals -> Yo Ke Hua Bro which appears after the hard refresh PS: Our website is restricted to India only as of now, incase you need to visit, you will need to use an Indian proxy. |
I can't view https://www.voot.com/service-worker.js due to the georestrictions. First, what version of Assuming you're using |
Thank you @jeffposnick to point this out. Will take it up and keep you apprised about the development. |
In reference to Stack Overflow, All resources are getting cached as expected but they are not expiring on putting maxAgeSeconds. I have used
CacheFirst
Strategy, and verified that resources are kicking in through service worker cache. Also, I can see number of other cache storage (explicitly deleted caches usingcaches["delete"](e)
) in Application Tab->IndexDB which is not getting return by this statementcaches.keys().then(function(e) { console.log(e); })
The text was updated successfully, but these errors were encountered: