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
I do not see the finally method described in the Promises/A+ web site, but it is used when you want to run something independently of if the promise was fulfilled or rejected.
promise.then(…).catch(…).finally(…)
Will this be implemented in this project?
The text was updated successfully, but these errors were encountered:
I do not see the
finally
method described in the Promises/A+ web site, but it is used when you want to run something independently of if the promise was fulfilled or rejected.Will this be implemented in this project?
The text was updated successfully, but these errors were encountered: