mirror of
https://github.com/denoland/deno.git
synced 2024-12-24 08:09:08 -05:00
090169cfbc
This commit adds support for spawning Web Workers in self-contained binaries created with "deno compile" subcommand. As long as module requested in "new Worker" constructor is part of the eszip (by means of statically importing it beforehand, or using "--include" flag), then the worker can be spawned. |
||
---|---|---|
.. | ||
dynamic_imports | ||
workers | ||
args.ts | ||
check_local_by_default.ts | ||
check_local_by_default2.ts | ||
standalone_error.ts | ||
standalone_error_module_with_imports_1.ts | ||
standalone_error_module_with_imports_2.ts | ||
standalone_follow_redirects.ts | ||
standalone_follow_redirects_2.js | ||
standalone_import_datauri.ts | ||
standalone_import_map.json | ||
standalone_import_map.ts | ||
standalone_import_map_config.json | ||
standalone_runtime_flags.ts |