🏠 New in Low Baseline Support: Promise finally()
October 2, 2018
The promise finally()
method executes a function when the promise settles (resolves or rejects).
Source features
javascript.builtins.Promise.finally
[mdn]
October 2, 2018
The promise finally()
method executes a function when the promise settles (resolves or rejects).
javascript.builtins.Promise.finally
[mdn]