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

January 28, 2023

caniuse · mdn · spec

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

Source features