Skip to content

Commit fcdee74

Browse files
committed
doc: list when promiseResolve hook was added to async_hooks
PR-URL: #26978 Refs: #15296 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 05bd607 commit fcdee74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/async_hooks.md

Lines changed: 4 additions & 0 deletions
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)