jszhuyin icon indicating copy to clipboard operation
jszhuyin copied to clipboard

Cache busting in service worker requests

Open timdream opened this issue 8 years ago • 1 comments

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.

timdream avatar Jan 23 '17 07:01 timdream

http://stackoverflow.com/a/33266296/519617 sw-precache will work too but seems to be an overkill...

timdream avatar Jan 23 '17 07:01 timdream