mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
Update sw.ts
Signed-off-by: SpeedSlicer <143555953+SpeedSlicer@users.noreply.github.com>
This commit is contained in:
parent
1056edb81a
commit
01c39342bb
@ -1,5 +1,5 @@
|
|||||||
// @ts-nocheck
|
// @ts-nocheck
|
||||||
const CACHE_VERSION = '1.6';
|
/*const CACHE_VERSION = '1.6';
|
||||||
const OFFLINE_URL = '/offline/';
|
const OFFLINE_URL = '/offline/';
|
||||||
const CACHE_ASSETS = [
|
const CACHE_ASSETS = [
|
||||||
OFFLINE_URL,
|
OFFLINE_URL,
|
||||||
@ -90,3 +90,4 @@ self.addEventListener('fetch', (event) => {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user