diff --git a/doc/api/cli.md b/doc/api/cli.md index eeb7f25f4f82d9..685de52107d153 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -930,21 +930,6 @@ and `"` are usable. It is possible to run code containing inline types by passing [`--experimental-strip-types`][]. -### `--experimental-async-context-frame` - - - -> Stability: 1 - Experimental - -Enables the use of [`AsyncLocalStorage`][] backed by `AsyncContextFrame` rather -than the default implementation which relies on async\_hooks. This new model is -implemented very differently and so could have differences in how context data -flows within the application. As such, it is presently recommended to be sure -your application behaviour is unaffected by this change before using it in -production. - ### `--experimental-default-type=type` + +> Stability: 2 - Stable + +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`