Promise.withResolvers
Built-ins signatures
class Promise {
static withResolvers(): { promise: Promise, resolve: function, reject: function };
}
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