doc: list when promiseResolve hook was added to async_hooks · nodejs/node@b88871e (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Commit b88871e

watsonBethGriggs

authored and

committed

doc: list when promiseResolve hook was added to async_hooks

PR-URL: #26978Refs: #15296Reviewed-By: Stephen Belanger admin@stephenbelanger.com Reviewed-By: Ruben Bridgewater ruben@bridgewater.de Reviewed-By: Colin Ihrig cjihrig@gmail.com Signed-off-by: Beth Griggs Bethany.Griggs@uk.ibm.com

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -431,6 +431,10 @@ does not depend on garbage collection, then this will not be an issue.
431 431
432 432 ##### promiseResolve(asyncId)
433 433
434 +<!-- YAML
435 +added: v8.6.0
436 +-->
437 +
434 438 * `asyncId` {number}
435 439
436 440 Called when the `resolve` function passed to the `Promise` constructor is