Skip to content

Commit f5e7e04

Browse files
committed
Re-added comments
1 parent c72b3a5 commit f5e7e04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sw.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ self.addEventListener("install", (event) => {
4444
self.addEventListener("activate", (event) => {
4545
// - [x] clean up outdated runtime cache
4646
event.waitUntil(
47+
// clean up those who are not listed in manifestURLs
4748
caches.open(cacheName).then((cache) =>
4849
// clean up those who are not listed in manifestURLs
4950
cache

0 commit comments

Comments
 (0)