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
The result of following the spec pedantically here is that we end up creating two separate new PromiseCapabilities, one for the fulfillment, and one for the rejection. I believe the correct thing to do is to use the wording from the example and instead do a react to promise: - if fulfilled ... - if rejected ... clause.