Source code

Revision control

Copy as Markdown

Other Tools

{ global: "current" }
);
// Using a regular import doesn't reproduce bug 1907977 issue:
// import { foo } from "./worker-esm-dep.mjs";
console.log("Worker ESM main script", foo);