GoogleChromeLabs / sw-precache

[Deprecated] A node module to generate service worker code that will precache specific resources so they work offline.
https://developers.google.com/web/tools/workbox/guides/migrations/migrate-from-sw
Apache License 2.0
5.23k stars 389 forks source link

Chromium v68 breaks service worker #354

Closed midzer closed 6 years ago

midzer commented 6 years ago

Hi all, trying out latest Chromium v68 canary I realized service worker implementation via https://github.com/GoogleChromeLabs/sw-precache/blob/master/demo/app/js/service-worker-registration.js is broken on my site.

Error message The installing service worker became redundant. is shown in console and seems to hang in a loop to fetch those offline files all the time.

I can't see any breaking changes for Chromium v68 regarding service worker though. Any1 else experience the same behaviour with your site?

Edit: this has been an internal issue, sorry.