revert: service worker changes (#19227)

This commit is contained in:
Jason Rasmussen
2025-06-17 13:07:54 -04:00
committed by GitHub
parent 35280b94cc
commit 91cbd56c1c
4 changed files with 99 additions and 131 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { cancelLoad, getCachedOrFetch } from './cache';
import { cancelLoad, getCachedOrFetch } from './fetch-event';
export const installBroadcastChannelListener = () => {
const broadcast = new BroadcastChannel('immich');