mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
5151afa123
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
11 lines
176 B
TypeScript
11 lines
176 B
TypeScript
new Worker(
|
|
"http://localhost:4545/cli/tests/workers/dynamic_remote.ts",
|
|
{
|
|
type: "module",
|
|
deno: {
|
|
permissions: {
|
|
net: false,
|
|
},
|
|
},
|
|
},
|
|
);
|