mirror of
https://github.com/theodore-song/polymarket-analyst.git
synced 2026-08-20 02:58:11 +00:00
Keep cached cycles active in background tabs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const CACHE_NAME = "polymarket-arena-v35";
|
||||
const APP_SHELL = ["/", "/index.html", "/personal.html"];
|
||||
const APP_SHELL = ["/", "/index.html", "/personal.html", "/cycle-worker.js"];
|
||||
|
||||
self.addEventListener("install", event => {
|
||||
event.waitUntil(caches.open(CACHE_NAME).then(cache => cache.addAll(APP_SHELL)).then(() => self.skipWaiting()));
|
||||
|
||||
Reference in New Issue
Block a user