Closed 303182519 closed 7 years ago
I'm not sure what this has to do with mobile phones, as the main change that I could see has to do with the addition of cache-busting URL parameters to the fetch()
request.
The original code's lack of cache-busting when performing a fetch()
in sw-toolbox
is intentional.
The expectation is that the appropriate Cache-Control
headers should be used when responding to requests, whether they're requests from a service worker or requests from an uncontrolled web page.
The original code can not pass through the machine's cache
This is after the amendment