Skip to content

Commit 66f0529

Browse files
watsonBethGriggs
authored andcommitted
doc: list when promiseResolve hook was added to async_hooks
PR-URL: #26978 Refs: #15296 Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 03202e4 commit 66f0529

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/async_hooks.md

+4
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,10 @@ does not depend on garbage collection, then this will not be an issue.
430430

431431
##### promiseResolve(asyncId)
432432

433+
<!-- YAML
434+
added: v8.6.0
435+
-->
436+
433437
* `asyncId` {number}
434438

435439
Called when the `resolve` function passed to the `Promise` constructor is

0 commit comments

Comments
 (0)