1 2 3 4 5
const w = new Worker(import.meta.resolve("./doesnt_exist.js"), { type: "module", }); w.postMessage("hello");