--no-async-context-frame


禁用由 AsyncContextFrame 支持的 AsyncLocalStorage,并使用以前依赖 async_hooks 的实现。保留以前的模型是为了与 Electron 兼容以及应对上下文流可能不同的情况。然而,如果发现流有差异,请报告。

【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.】