We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8704f commit 527e307Copy full SHA for 527e307
worker.js
@@ -2,7 +2,6 @@
2
3
self.addEventListener('install', event => {
4
self.importScripts('main.js');
5
-
6
// The skipWaiting() method allows this service worker to progress from the registration's
7
// waiting position to active even while service worker clients are using the registration.
8
// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#service-worker-global-scope-skipwaiting
0 commit comments