Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define awaitPromise for thenable #201

Open
sadym-chromium opened this issue May 4, 2022 · 0 comments
Open

Define awaitPromise for thenable #201

sadym-chromium opened this issue May 4, 2022 · 0 comments
Assignees
Labels
bug Something isn't working script Script module

Comments

@sadym-chromium
Copy link
Contributor

sadym-chromium commented May 4, 2022

Currently, spec states that awaitPromise should await only for Promise, but not for thenable, while in ECMAScript await should await for thenable as well: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await#thenable_objects

@sadym-chromium sadym-chromium self-assigned this May 4, 2022
@whimboo whimboo added script Script module bug Something isn't working labels May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working script Script module
Projects
None yet
Development

No branches or pull requests

2 participants