Akash Joshi %!s(int64=7) %!d(string=hai) anos
pai
achega
559fa24014
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      server/offline/sw.js

+ 0 - 3
server/offline/sw.js

@@ -1,8 +1,5 @@
 // This is the "Offline copy of pages" service worker
 
-// Install stage sets up the index page (home page) in the cache and opens a new cache
-const { self } = window;
-
 self.addEventListener('install', event => {
   const indexPage = new Request('index.html');
   event.waitUntil(