@@ -930,21 +930,6 @@ and `"` are usable.
930
930
It is possible to run code containing inline types by passing
931
931
[ ` --experimental-strip-types ` ] [ ] .
932
932
933
- ### ` --experimental-async-context-frame `
934
-
935
- <!-- YAML
936
- added: v22.7.0
937
- -->
938
-
939
- > Stability: 1 - Experimental
940
-
941
- Enables the use of [ ` AsyncLocalStorage ` ] [ ] backed by ` AsyncContextFrame ` rather
942
- than the default implementation which relies on async\_ hooks. This new model is
943
- implemented very differently and so could have differences in how context data
944
- flows within the application. As such, it is presently recommended to be sure
945
- your application behaviour is unaffected by this change before using it in
946
- production.
947
-
948
933
### ` --experimental-default-type=type `
949
934
950
935
<!-- YAML
@@ -1663,6 +1648,19 @@ Disable the `node-addons` exports condition as well as disable loading
1663
1648
native addons. When ` --no-addons ` is specified, calling ` process.dlopen ` or
1664
1649
requiring a native C++ addon will fail and throw an exception.
1665
1650
1651
+ ### ` --no-async-context-frame `
1652
+
1653
+ <!-- YAML
1654
+ added: REPLACEME
1655
+ -->
1656
+
1657
+ > Stability: 2 - Stable
1658
+
1659
+ Disables the use of [ ` AsyncLocalStorage ` ] [ ] backed by ` AsyncContextFrame ` and
1660
+ uses the prior implementation which relied on async\_ hooks. The previous model
1661
+ is retained for compatibility with Electron and for cases where the context
1662
+ flow may differ. However, if a difference in flow is found please report it.
1663
+
1666
1664
### ` --no-deprecation `
1667
1665
1668
1666
<!-- YAML
@@ -3051,7 +3049,6 @@ one is included in the list below.
3051
3049
* ` --enable-source-maps `
3052
3050
* ` --entry-url `
3053
3051
* ` --experimental-abortcontroller `
3054
- * ` --experimental-async-context-frame `
3055
3052
* ` --experimental-default-type `
3056
3053
* ` --experimental-detect-module `
3057
3054
* ` --experimental-eventsource `
@@ -3097,6 +3094,7 @@ one is included in the list below.
3097
3094
* ` --napi-modules `
3098
3095
* ` --network-family-autoselection-attempt-timeout `
3099
3096
* ` --no-addons `
3097
+ * ` --no-async-context-frame `
3100
3098
* ` --no-deprecation `
3101
3099
* ` --no-experimental-global-navigator `
3102
3100
* ` --no-experimental-repl-await `
0 commit comments