-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Cache and Network Update" and disk cache #169
Comments
I guess this problem is because service worker cache resources with response status 404 |
If the service worker caches a 404 resource, then refreshing the page does not increase the age value (it remains at 0). |
Hello, I think 404 resources (or anything with response.ok set to false) are not cached. I will need to confirm that |
ok
Thx
wt., 14 cze 2022 o 16:13 Thierry Bela Nanga ***@***.***>
napisał(a):
… Hello, I think 404 resources (or anything with response.ok set to false)
are not cached. I will need to confirm that
—
Reply to this email directly, view it on GitHub
<#169 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5OXKS4DE6HFMMVDU4NHYTVPCHPFANCNFSM5YU4L2YA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
actually, if the page is cached, all the urls inside will of course remain identical |
Hi
I have a problem with the service worker on my smartphone with js files and '"Cache and Network Update"' mode enabled. When the worker server cannot find a file in the cache, it goes to the browser "disk cache" instead of the Internet.
Only after turning on 'disable cache' in Chrome Devtools in the browser, js files are updated.
Can I do something about it?
The text was updated successfully, but these errors were encountered: