method HookCallbacks.promiseResolve
Jump to headingHookCallbacks.promiseResolve(asyncId: number): voidCalled 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: numberthe unique id for the promise that was resolve()d.
Return Type Jump to heading
void