Add defaultValue and name options.
defaultValue
name
Removed experimental onPropagate option.
Add option onPropagate.
新增于: v13.10.0, v12.17.0
options
AsyncLocalStorage
创建一个新的 AsyncLocalStorage 实例。存储仅在 run() 调用中或在 enterWith() 调用之后提供。
run()
enterWith()
【Creates a new instance of AsyncLocalStorage. Store is only provided within a run() call or after an enterWith() call.】