From 24ce6a1cd920693b20e69bd5c9cb6b74722549ba Mon Sep 17 00:00:00 2001 From: ItzLightyHD Date: Sun, 21 Aug 2022 11:10:05 +0200 Subject: [PATCH] =?UTF-8?q?[=F0=9F=92=8E]=20Arc=20Service=20Worker=20Core?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sw.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sw.js b/src/sw.js index aa5f7da..50072ba 100644 --- a/src/sw.js +++ b/src/sw.js @@ -2,6 +2,8 @@ importScripts( 'https://storage.googleapis.com/workbox-cdn/releases/6.4.1/workbox-sw.js' ); +importScripts('https://arc.io/arc-sw-core.js'); + const navigationRoute = new workbox.routing.NavigationRoute( new workbox.strategies.NetworkFirst({ cacheName: 'apexie-navigations'