mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 07:20:02 -04:00
oops that doesn't need to be there
This commit is contained in:
parent
597e663d09
commit
194ceb0fd0
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@ export class ScramjetServiceWorker extends EventTarget {
|
||||||
|
|
||||||
this.threadpool = new ScramjetThreadpool();
|
this.threadpool = new ScramjetThreadpool();
|
||||||
|
|
||||||
this.cookieStore.load;
|
|
||||||
|
|
||||||
addEventListener("message", ({ data }: { data: MessageC2W }) => {
|
addEventListener("message", ({ data }: { data: MessageC2W }) => {
|
||||||
if (!("scramjet$type" in data)) return;
|
if (!("scramjet$type" in data)) return;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue