2021-05-17 09:44:38 +02:00
|
|
|
error: Uncaught (in worker "") (in promise) TypeError: Requires net access to "example.com", run again with the --allow-net flag
|
2023-02-09 22:00:23 -05:00
|
|
|
at http://localhost:4545/workers/dynamic_remote.ts:2:14
|
2021-05-17 09:44:38 +02:00
|
|
|
await import("https://example.com/some/file.ts");
|
|
|
|
^
|
2021-08-11 10:20:47 -04:00
|
|
|
at async http://localhost:4545/workers/dynamic_remote.ts:2:1
|
2022-04-13 10:50:57 +01:00
|
|
|
[WILDCARD]error: Uncaught (in promise) Error: Unhandled error in child worker.
|
2021-06-22 16:30:16 +02:00
|
|
|
at Worker.#pollControl ([WILDCARD])
|