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:
Thomas Watson 2019-03-29 11:23:08 +01:00
parent 05bd6071a6
commit fcdee7430d
No known key found for this signature in database
GPG Key ID: 34E24C749C9D4A61

View File

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