mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
format???
This commit is contained in:
parent
531b7878d9
commit
7d7aa6575e
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ export class ScramjetServiceWorker extends EventTarget {
|
|||
dbg.log("Loaded cookies from IDB!");
|
||||
}
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
addEventListener("message", async ({ data }: { data: MessageC2W }) => {
|
||||
if (!("scramjet$type" in data)) return;
|
||||
|
@ -52,7 +52,7 @@ export class ScramjetServiceWorker extends EventTarget {
|
|||
const tx = res.transaction("cookies", "readwrite");
|
||||
const store = tx.objectStore("cookies");
|
||||
store.put(this.cookieStore.dump(), "cookies");
|
||||
}
|
||||
};
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue