Promise.withResolvers

class Promise {
  static withResolvers(): { promise: Promise, resolve: function, reject: function };
}

CommonJS entry points

core-js/proposals/promise-with-resolvers