The Worker constructor; absent on runtimes without web workers.
new (specifier: string,options: { type: "module"; }) => WebWorkerLike
The Worker constructor; absent on runtimes without web workers.
new (specifier: string,options: { type: "module"; }) => WebWorkerLike
import { type WebWorkerGlobals } from "runtime/src/index.ts";