deno/cli/tests/error_worker_permissions_remote.ts
2020-10-27 06:56:00 +11:00

5 lines
97 B
TypeScript

new Worker(
"http://localhost:4545/cli/tests/subdir/worker_types.ts",
{ type: "module" },
);