time-convertor-ts

Convert time across timezones (typescript)
git clone http://git.hanabi.in/repos/time-convertor-ts.git
Log | Files | Refs | README | LICENSE

service-worker.js (1181B)


      1 /**
      2  * Welcome to your Workbox-powered service worker!
      3  *
      4  * You'll need to register this file in your web app and you should
      5  * disable HTTP caching for this file too.
      6  * See https://goo.gl/nhQhGp
      7  *
      8  * The rest of the code is auto-generated. Please don't update this file
      9  * directly; instead, make changes to your Workbox build configuration
     10  * and re-run your build process.
     11  * See https://goo.gl/2aRDsh
     12  */
     13 
     14 importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
     15 
     16 importScripts(
     17   "/precache-manifest.db9605e8233e18dabaae1fcf857cf882.js"
     18 );
     19 
     20 self.addEventListener('message', (event) => {
     21   if (event.data && event.data.type === 'SKIP_WAITING') {
     22     self.skipWaiting();
     23   }
     24 });
     25 
     26 workbox.core.clientsClaim();
     27 
     28 /**
     29  * The workboxSW.precacheAndRoute() method efficiently caches and responds to
     30  * requests for URLs in the manifest.
     31  * See https://goo.gl/S9QRab
     32  */
     33 self.__precacheManifest = [].concat(self.__precacheManifest || []);
     34 workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
     35 
     36 workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/index.html"), {
     37   
     38   blacklist: [/^\/_/,/\/[^/?]+\.[^/]+$/],
     39 });