Skip to content

Commit 527e307

Browse files
committed
test
1 parent 3a8704f commit 527e307

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

worker.js

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
self.addEventListener('install', event => {
44
self.importScripts('main.js');
5-
65
// The skipWaiting() method allows this service worker to progress from the registration's
76
// waiting position to active even while service worker clients are using the registration.
87
// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#service-worker-global-scope-skipwaiting

0 commit comments

Comments
 (0)