Web features explorer

Promise finally()

Widely available
Tags: javascript Groups: JavaScript > Promises

The promise finally() method executes a function when the promise settles (resolves or rejects). To learn more, see Promise.prototype.finally() at MDN.

Compatibility (view on caniuse.com)