You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful if we can add precondition checks for the APIs, the typical case is ensure that the argument passed in really a promise. Consider adding a special property isPromise, or check the constructor of the object if possible.
It would be helpful if we can add precondition checks for the APIs, the typical case is ensure that the argument passed in really a promise. Consider adding a special property isPromise, or check the constructor of the object if possible.