From 66f05294e8d47fb6401ad7713d8eebe07ccafeca Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Fri, 29 Mar 2019 11:23:08 +0100 Subject: [PATCH] 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 Reviewed-By: Ruben Bridgewater Reviewed-By: Colin Ihrig --- doc/api/async_hooks.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md index 8878c03aa73b28..99b996a1af6bc8 100644 --- a/doc/api/async_hooks.md +++ b/doc/api/async_hooks.md @@ -430,6 +430,10 @@ does not depend on garbage collection, then this will not be an issue. ##### promiseResolve(asyncId) + + * `asyncId` {number} Called when the `resolve` function passed to the `Promise` constructor is