diff options
Diffstat (limited to 'doc/api/cli.md')
-rw-r--r-- | doc/api/cli.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md index eaad9c83e4..977a0fd1f5 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -104,13 +104,6 @@ added: v9.6.0 Enable experimental ES Module support in the `vm` module. -### `--experimental-worker` -<!-- YAML -added: v10.5.0 ---> - -Enable experimental worker threads using the `worker_threads` module. - ### `--force-fips` <!-- YAML added: v6.0.0 @@ -620,7 +613,6 @@ Node.js options that are allowed are: - `--experimental-modules` - `--experimental-repl-await` - `--experimental-vm-modules` -- `--experimental-worker` - `--force-fips` - `--icu-data-dir` - `--inspect` |