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