mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-23 03:26:16 -05:00
Add SW comment
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user