method HookCallbacks.promiseResolveHookCallbacks.promiseResolve(asyncId: number): voidDeprecatedCalled when a promise has resolve() called. This may not be in the same execution id as the promise itself. ParametersasyncId: numberthe unique id for the promise that was resolve()d. Return Typevoid