From 6b5a07c8e344cc7a1c7ac7a0c8bbdb9648139eb4 Mon Sep 17 00:00:00 2001 From: avivkeller Date: Sun, 16 Aug 2026 06:49:29 -0700 Subject: [PATCH] lib: enable web worker api by default Signed-off-by: avivkeller --- doc/api/cli.md | 24 ++++++++++++------- doc/node.1 | 10 ++++---- src/node_options.cc | 2 +- src/node_options.h | 2 +- test/common/wpt.js | 6 +---- test/parallel/test-common-wpt-backends.js | 2 +- .../test-common-wpt-webworker-error.js | 2 +- test/parallel/test-worker-spec-differences.js | 1 - 8 files changed, 25 insertions(+), 24 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 514af04c02cd..c506a84b2d46 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1563,14 +1563,6 @@ changes: Enable experimental WebAssembly System Interface (WASI) support. -### `--experimental-web-worker` - - - -Enable experimental support for the Web Worker API. - ### `--experimental-worker-inspection` + +> Stability: 1.1 - Active Development + +Disable support for the Web Worker API. + ### `--no-extra-info-on-fatal-exception`