Add SW comment

This commit is contained in:
Kalle
2026-08-22 07:40:25 +03:00
parent bee8cee3aa
commit 47ea9cf984

View File

@@ -1,3 +1,5 @@
// keeps `beforeinstallprompt` firing (Chrome installability still requires a fetch
// handler); Chrome 115+ detects it as no-op and skips the worker on navigation
self.addEventListener("fetch", () => {
return;
});