mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 15:30:00 -04:00
small changes
This commit is contained in:
parent
30adf894aa
commit
a0ef702b54
16 changed files with 124 additions and 113 deletions
|
@ -1,7 +1,6 @@
|
|||
importScripts("scramjet.codecs.js");
|
||||
importScripts("scramjet.config.js");
|
||||
importScripts( __scramjet$config.bundle || "scramjet.bundle.js")
|
||||
importScripts( __scramjet$config.worker || "scramjet.worker.js");
|
||||
import ScramjetServiceWorker from "./scramjet.worker.js";
|
||||
import "./scramjet.codecs.js";
|
||||
import "./scramjet.config.js";
|
||||
|
||||
const scramjet = new ScramjetServiceWorker();
|
||||
|
||||
|
@ -13,4 +12,4 @@ self.addEventListener("fetch", async (event) => {
|
|||
return await fetch(event.request);
|
||||
}
|
||||
})())
|
||||
})
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue