Open Ashark opened 11 months ago
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.
finally
promise.then(…).catch(…).finally(…)
Will this be implemented in this project?
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?