This commit is contained in:
Percs 2025-02-07 18:17:55 -06:00
parent 4821fedd89
commit 07937b7159
2 changed files with 14 additions and 14 deletions

View file

@ -63,7 +63,7 @@ export class ScramjetController {
loadCodecs();
await this.openIDB();
navigator.serviceWorker?.controller.postMessage({
navigator.serviceWorker.controller?.postMessage({
scramjet$type: "loadConfig",
config: $scramjet.config,
});