diff --git a/doc/api/cli.md b/doc/api/cli.md index 85ca8c8d8376a2..d35393e73f04c2 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2002,17 +2002,6 @@ Disable the `node-addons` exports condition as well as disable loading native addons. When `--no-addons` is specified, calling `process.dlopen` or requiring a native C++ addon will fail and throw an exception. -### `--no-async-context-frame` - - - -Disables the use of [`AsyncLocalStorage`][] backed by `AsyncContextFrame` and -uses the prior implementation which relied on async\_hooks. The previous model -is retained for compatibility with Electron and for cases where the context -flow may differ. However, if a difference in flow is found please report it. - ### `--no-deprecation`