| ctx-ctor.js |
---
description: Promise.withResolvers produces instances of the receiver
esid: sec-promise.withresolvers
features: [promise-with-resolvers, class]
--- |
504 |
- |
| ctx-non-ctor.js |
---
description: Promise.withResolvers errors when the receiver is not a constructor
esid: sec-promise.withresolvers
features: [promise-with-resolvers]
--- |
368 |
- |
| ctx-non-object.js |
---
description: Promise.withResolvers errors when the receiver is not an object
esid: sec-promise.withresolvers
features: [promise-with-resolvers]
--- |
772 |
- |
| promise.js |
---
description: Promise.withResolvers return value has a property called "promise" which is a Promise
esid: sec-promise.withresolvers
features: [promise-with-resolvers]
--- |
469 |
- |
| resolvers.js |
---
description: Promise.withResolvers return value has properties called "resolve" and "reject" which are unary functions
esid: sec-promise.withresolvers
features: [promise-with-resolvers]
--- |
773 |
- |
| result.js |
---
description: Promise.withResolvers result is an object with keys "promise", "reject", and "resolve"
esid: sec-promise.withresolvers
includes: [propertyHelper.js]
features: [promise-with-resolvers]
--- |
822 |
- |