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
finally is called if the original promise resolves or rejects, and does not affect what is passed on in the chain, unless the finally callback throws/rejects.
BTW, there is still a problem with the promise chain, see #2227
The text was updated successfully, but these errors were encountered:
It seems like finally is missing from Promise prototype. It should be fairly easy to implement as
finally is called if the original promise resolves or rejects, and does not affect what is passed on in the chain, unless the finally callback throws/rejects.
BTW, there is still a problem with the promise chain, see #2227
The text was updated successfully, but these errors were encountered: