diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-04-05 03:27:18 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-05 03:27:18 +1100 |
commit | 207349cfb7080493592f61f9b465c25892531171 (patch) | |
tree | 32c7c3b13b8238e2d8bc71017697c9f28d258958 /cli/worker.rs | |
parent | 945eb5eba6695dfac323ecd9a0ba27e94b612cd8 (diff) |
FUTURE: remove deprecated APIs within workers (#23220)
Diffstat (limited to 'cli/worker.rs')
-rw-r--r-- | cli/worker.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/worker.rs b/cli/worker.rs index 40c3cfcc3..be5a85cd6 100644 --- a/cli/worker.rs +++ b/cli/worker.rs @@ -813,7 +813,7 @@ fn create_web_worker_callback( node_ipc_fd: None, disable_deprecated_api_warning: shared.disable_deprecated_api_warning, verbose_deprecated_api_warning: shared.verbose_deprecated_api_warning, - future: false, + future: shared.enable_future_features, }, extensions: vec![], startup_snapshot: crate::js::deno_isolate_init(), |