discover-dapps/service-worker.js

35 lines
1.0 KiB
JavaScript
Raw Permalink Normal View History

2019-03-29 07:25:02 +00:00
/**
* Welcome to your Workbox-powered service worker!
*
* You'll need to register this file in your web app and you should
* disable HTTP caching for this file too.
* See https://goo.gl/nhQhGp
*
* The rest of the code is auto-generated. Please don't update this file
* directly; instead, make changes to your Workbox build configuration
* and re-run your build process.
* See https://goo.gl/2aRDsh
*/
importScripts("https://storage.googleapis.com/workbox-cdn/releases/3.6.3/workbox-sw.js");
importScripts(
2019-06-07 18:20:14 +00:00
"/precache-manifest.f2b19d2dec27366efdccbfd587823f61.js"
2019-03-29 07:25:02 +00:00
);
workbox.clientsClaim();
/**
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
* requests for URLs in the manifest.
* See https://goo.gl/S9QRab
*/
self.__precacheManifest = [].concat(self.__precacheManifest || []);
workbox.precaching.suppressWarnings();
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
2019-04-17 09:03:18 +00:00
workbox.routing.registerNavigationRoute("/index.html", {
2019-03-29 07:25:02 +00:00
blacklist: [/^\/_/,/\/[^\/]+\.[^\/]+$/],
});