Skip to content

Commit 18118b2

Browse files
committed
worker: set --experimental-worker always
This is similar to nodejs#25361 in functionality, but allows avoiding some backporting pain for v11.x. Refs: nodejs#25361
1 parent 7d46437 commit 18118b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class EnvironmentOptions : public Options {
9595
bool experimental_modules = false;
9696
bool experimental_repl_await = false;
9797
bool experimental_vm_modules = false;
98-
bool experimental_worker = false;
98+
bool experimental_worker = true;
9999
bool expose_internals = false;
100100
std::string http_parser =
101101
#ifdef NODE_EXPERIMENTAL_HTTP_DEFAULT

0 commit comments

Comments
 (0)