From 47ea9cf984481d25a1f5ffae551e1e97ea26fbc0 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 22 Aug 2026 07:40:25 +0300 Subject: [PATCH] Add SW comment --- public/sw-2.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/sw-2.js b/public/sw-2.js index 2e42a3a7a..573519e47 100644 --- a/public/sw-2.js +++ b/public/sw-2.js @@ -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; });