We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e7e04 commit 9bfa412Copy full SHA for 9bfa412
src/sw.js
@@ -44,7 +44,7 @@ self.addEventListener("install", (event) => {
44
self.addEventListener("activate", (event) => {
45
// - [x] clean up outdated runtime cache
46
event.waitUntil(
47
- // clean up those who are not listed in manifestURLs
+ // clean up those who are not listed in manifestURLs
48
caches.open(cacheName).then((cache) =>
49
// clean up those who are not listed in manifestURLs
50
cache
0 commit comments