This commit is contained in:
Min Idzelis 2025-05-16 01:18:03 +00:00
parent 203b097635
commit 00bcf659c3
2 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
import { build, files, version } from '$service-worker';
const sw = globalThis as unknown as ServiceWorkerGlobalScope;
const pendingLoads = new Map<string, AbortController>();
const useCache = true;