Open timdream opened 7 years ago
The cache.getAll() requests receives stuff from disk cache even with to Cmd+R. Cache busting is needed since Request.cache is not supported yet in all browsers.
cache.getAll()
Request.cache
http://stackoverflow.com/a/33266296/519617 sw-precache will work too but seems to be an overkill...
The
cache.getAll()
requests receives stuff from disk cache even with to Cmd+R. Cache busting is needed sinceRequest.cache
is not supported yet in all browsers.