Skip to main content

promiseResolve

method HookCallbacks.promiseResolve
Jump to headingHookCallbacks.promiseResolve(asyncId: number): void

Called when a promise has resolve() called. This may not be in the same execution id as the promise itself.

Parameters Jump to heading

Jump to headingasyncId: number

the unique id for the promise that was resolve()d.

Return Type Jump to heading

void
Back to top