jekyll-pwa icon indicating copy to clipboard operation
jekyll-pwa copied to clipboard

No need to set the cache header for the service worker since Chrome 68

Open PengXing opened this issue 6 years ago • 0 comments

Starting in Chrome 68, HTTP requests that check for updates to the service worker script will no longer be fulfilled by the HTTP cache by default.

https://developers.google.com/web/updates/2018/06/fresher-sw

PengXing avatar Dec 07 '18 07:12 PengXing