Promise.allSettled

Specification
Proposal repo

Built-ins signatures

class Promise {
  static allSettled(iterable: Iterable): Promise;
}

Entry points

core-js/proposals/promise-all-settled