🏠 New in Low Baseline Support: Promise.allSettled()

July 28, 2020

caniuse · mdn · spec

The Promise.allSettled() static method waits for an array of promises to settle (resolve or reject).

Source features