Akash Joshi преди 7 години
родител
ревизия
559fa24014
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  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(