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
Support foreign thenables in resolve().
Any object that provides a then() method is now assimilated to a trusted promise that follows the state of this thenable (#52).
Fix some() and any() for input arrays containing not enough items (#34).