mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 05:04:48 +00:00
4 lines
104 B
TypeScript
4 lines
104 B
TypeScript
new Worker(
|
|
new URL("./subdeb/worker_types.ts", import.meta.url).toString(),
|
|
{ type: "module" },
|
|
);
|