We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--experimental-worker
1 parent 7d46437 commit 18118b2Copy full SHA for 18118b2
src/node_options.h
@@ -95,7 +95,7 @@ class EnvironmentOptions : public Options {
95
bool experimental_modules = false;
96
bool experimental_repl_await = false;
97
bool experimental_vm_modules = false;
98
- bool experimental_worker = false;
+ bool experimental_worker = true;
99
bool expose_internals = false;
100
std::string http_parser =
101
#ifdef NODE_EXPERIMENTAL_HTTP_DEFAULT
0 commit comments