Promise.withResolvers
class Promise {
static withResolvers(): { promise: Promise, resolve: function, reject: function };
}
CommonJS entry points
core-js/proposals/promise-with-resolvers
Promise.withResolvers
class Promise {
static withResolvers(): { promise: Promise, resolve: function, reject: function };
}
core-js/proposals/promise-with-resolvers