This commit is contained in:
TutorialsGHG
2026-04-14 21:39:07 +02:00
parent 574879e25f
commit fca54607cb
4 changed files with 294 additions and 112 deletions

View File

@@ -23,4 +23,4 @@ self.addEventListener('fetch', e => {
e.respondWith(
caches.match(e.request).then(r => r || fetch(e.request))
);
});
});