Promise.allSettled

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

CommonJS entry points

core-js/proposals/promise-all-settled