mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 23:10:02 -04:00
prettier
This commit is contained in:
parent
fa779017ad
commit
d6dd1d4ca3
20 changed files with 363 additions and 379 deletions
|
@ -18,7 +18,6 @@ export class ScramjetServiceWorker {
|
|||
this.config = config;
|
||||
|
||||
this.threadpool = new ScramjetThreadpool();
|
||||
|
||||
}
|
||||
|
||||
route({ request }: FetchEvent) {
|
||||
|
@ -28,7 +27,6 @@ export class ScramjetServiceWorker {
|
|||
}
|
||||
|
||||
public fetch = swfetch;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
self.ScramjetServiceWorker = ScramjetServiceWorker;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue