oopsie
This commit is contained in:
3
sw.js
3
sw.js
@ -7,8 +7,7 @@ let localStorageData = {
|
|||||||
disableCDN: true,
|
disableCDN: true,
|
||||||
};
|
};
|
||||||
// yandere sim big files, cuphead, ddlc assets, renpy, renpy, buckshot roulette, half life, undertale & deltarune, hollow knight
|
// yandere sim big files, cuphead, ddlc assets, renpy, renpy, buckshot roulette, half life, undertale & deltarune, hollow knight
|
||||||
let c/",acheable_files = ["YandereSim.data", "cuphead/Build/Build.data.unityweb.", "/ddlc/game "/ddlcplus/game/", "/co09/game/", "/co09flipside/game/", "/co09reup/game/", "renpy.data", "game.zip", "buckshot-roulette.pck", "halva_en-", "game.unx", "bog.data", "FTFHAPort.data.unityweb", "Content.tar.part", "thats-not-my-neighbor.pck", ".unityweb", "index.data.path"];
|
let cacheable_files = ["YandereSim.data", "cuphead/Build/Build.data.unityweb.", "/ddlc/game/", "/ddlcplus/game/", "/co09/game/", "/co09flipside/game/", "/co09reup/game/", "renpy.data", "game.zip", "buckshot-roulette.pck", "halva_en-", "game.unx", "bog.data", "FTFHAPort.data.unityweb", "Content.tar.part", "thats-not-my-neighbor.pck", ".unityweb", "index.data.path"];
|
||||||
|
|
||||||
self.addEventListener("message", e => {
|
self.addEventListener("message", e => {
|
||||||
if (e.data && e.data.type == "localStorage") {
|
if (e.data && e.data.type == "localStorage") {
|
||||||
localStorageData = e.data;
|
localStorageData = e.data;
|
||||||
|
|||||||
Reference in New Issue
Block a user