This commit is contained in:
2020-04-15 04:19:00 +05:30
parent f3258459c8
commit dcbd446c41
34 changed files with 143 additions and 143 deletions

View File

@@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
importScripts(
"/adobeassignment/precache-manifest.ec2c0d2e5e9c71e1a17992330831d14c.js"
"/eComDemo/precache-manifest.219cf52203060faf0ffb6a0bfd96b97b.js"
);
self.addEventListener('message', (event) => {
@@ -33,7 +33,7 @@ workbox.core.clientsClaim();
self.__precacheManifest = [].concat(self.__precacheManifest || []);
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/adobeassignment/index.html"), {
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/eComDemo/index.html"), {
blacklist: [/^\/_/,/\/[^/?]+\.[^/]+$/],
});