mirror of
https://github.com/denoland/deno.git
synced 2025-01-08 23:28:18 -05:00
350d9dce41
This change fixes the premature exit of worker threads when there are still remaining pending ops. This change reuses the idea of #22647 (unref'ing `op_worker_recv_message` in worker threads if closeOnIdle specified) and uses `web_worker.has_message_event_listener` check in the opposite way as #22944. (Now we continue the worker when `has_message_event_listener` is true instead of stopping it when `has_message_event_listener` is false. closes #23061 closes #26154 |
||
---|---|---|
.. | ||
allow_import | ||
allow_import_jsx | ||
allow_import_main_module | ||
allow_import_not_on_redirect | ||
allow_import_worker | ||
deny_run_binary_absolute_path | ||
make_temp_write_perm | ||
path_not_permitted | ||
proc_self_fd | ||
process_env_permissions | ||
special | ||
write_allow_binary |