sfcode
An Online Competing and Development Environment
|
Promise#finally()
ponyfill - Invoked when the promise is settled regardless of outcome
Useful for cleanup.
Returns a Promise
.
Type: Function
Note: Throwing or returning a rejected promise will reject promise
with the rejection reason.
MIT © Sindre Sorhus