summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/error_worker_permissions_remote.ts
blob: 878c7080a7fc4a2a1632710da24aa9666b83c509 (plain)
1
2
3
4
new Worker(
  "http://localhost:4545/subdir/worker_types.ts",
  { type: "module" },
);