diff options
author | altaf-creator <64111012+altaf-creator@users.noreply.github.com> | 2023-05-04 19:38:08 +0700 |
---|---|---|
committer | altaf-creator <64111012+altaf-creator@users.noreply.github.com> | 2023-05-04 19:38:08 +0700 |
commit | ab7e58067573d02b645c8715d2a923d6b9e02cb3 (patch) | |
tree | 04e36f8ef80dd4b2d2b97776141ecf2042d6efb0 /src/scripts/service-worker.js | |
parent | a00ba0106f4fe3a17ed39e574e3be89d3d3cc560 (diff) |
PWA Update - attempt 3
Diffstat (limited to 'src/scripts/service-worker.js')
-rw-r--r-- | src/scripts/service-worker.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/service-worker.js b/src/scripts/service-worker.js index 7b34e7b..22d8452 100644 --- a/src/scripts/service-worker.js +++ b/src/scripts/service-worker.js @@ -1,5 +1,6 @@ const staticQuran = "quran-all"; const assets = [ + "/", "/index.html", "/src/index.html", "/src/sura.html", @@ -21,7 +22,6 @@ const assets = [ "/src/scripts/quran.js", "/src/scripts/sura-list.js", ]; - self.addEventListener("install", installEvent => { installEvent.waitUntil( caches.open(staticQuran).then(cache => { |