include esids

This commit is contained in:
Peter Klecha 2023-07-05 14:55:56 -04:00 committed by Philip Chimento
parent 81ba258677
commit d2ac342089
6 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@
/*---
description: Promise.withResolvers produces instances of the reciever
esid: sec-promise.withresolvers
features: [promise-with-resolvers]
---*/

View File

@ -3,6 +3,7 @@
/*---
description: Promise.withResolvers errors when the reciever is not a constructor
esid: sec-promise.withresolvers
features: [promise-with-resolvers]
---*/

View File

@ -3,6 +3,7 @@
/*---
description: Promise.withResolvers errors when the receiver is not an object
esid: sec-promise.withresolvers
features: [promise-with-resolvers]
---*/

View File

@ -3,6 +3,7 @@
/*---
description: Promise.withResolvers return value has a property called "promise" which is a Promise
esid: sec-promise.withresolvers
features: [promise-with-resolvers]
---*/

View File

@ -3,6 +3,7 @@
/*---
description: Promise.withResolvers return value has properties called "resolve" and "reject" which are unary functions
esid: sec-promise.withresolvers
features: [promise-with-resolvers]
---*/

View File

@ -3,6 +3,7 @@
/*---
description: Promise.withResolvers result is an object with keys "promise", "reject", and "resolve"
esid: sec-promise.withresolvers
features: [promise-with-resolvers]
---*/