doc: list when promiseResolve hook was added to async_hooks
PR-URL: https://github.com/nodejs/node/pull/26978 Refs: https://github.com/nodejs/node/pull/15296 Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
05bd6071a6
commit
fcdee7430d
@ -430,6 +430,10 @@ does not depend on garbage collection, then this will not be an issue.
|
||||
|
||||
##### promiseResolve(asyncId)
|
||||
|
||||
<!-- YAML
|
||||
added: v8.6.0
|
||||
-->
|
||||
|
||||
* `asyncId` {number}
|
||||
|
||||
Called when the `resolve` function passed to the `Promise` constructor is
|
||||
|
Loading…
x
Reference in New Issue
Block a user