Promise.allSettled
class Promise {
static allSettled(iterable: Iterable): Promise;
}
CommonJS entry points
core-js/proposals/promise-all-settled
Promise.allSettled
class Promise {
static allSettled(iterable: Iterable): Promise;
}
core-js/proposals/promise-all-settled