1 2 3 4 5 6
const w = new Worker( import.meta.resolve("./worker_unstable.ts"), { type: "module", name: "Unstable Worker" }, ); w.postMessage({});