We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79c561 commit 5c626c6Copy full SHA for 5c626c6
src/scripts/script.ts
@@ -1,6 +1,6 @@
1
import { decimalToBalancedTernary, balancedTernaryToDecimal } from "./utils";
2
3
-const webWorker = new Worker(new URL('./web-worker.ts', import.meta.url));
+const webWorker = new Worker(new URL('./web-worker.ts'));
4
const num = document.querySelector(".numeric-input") as HTMLInputElement;
5
const base = document.querySelector(".numeric-base-select")!;
6
const outputArea = document.querySelector(".conversion-result")!;
0 commit comments