You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
Something to be aware of is that when we go to "the network", we really mean the normal browser process. This includes the regular browser cache.
Try turning off the cache in devtools (Network panel > Disable cache) and try again. If this fixes your problem then your issue is actually with the cache headers being sent by your server.
If not then let us know, and we'll have a deeper look.
Re: breakpoints. It seems our source maps are a bit wacky, sorry about that - see #169.
It's always loading the cached files even though the console logs tell me it's doing network only/first.
I'm using the code straight from the example (https://github.com/GoogleChrome/sw-toolbox/blob/master/recipes/cache-expiration-options/service-worker.js)
Is anybody else also getting this problem? How do I even go about debugging this? Breakpoints seem to act kind of weird on the service-worker.js file.
(I'm on Chrome 52.0.2743.116 (64-bit)., OS X)
The text was updated successfully, but these errors were encountered: