-
Notifications
You must be signed in to change notification settings - Fork 682
Introduce new Promise API methods #3186
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
Conversation
Documentation will be added a bit later. First I would like to get a feedback on the API. |
I support this idea! +1 |
The new functions look reasonable, I support this as well. |
100f895
to
928e7bb
Compare
58e8bbe
to
0080c31
Compare
I've rebased and updated the PR with docs. |
The new API methods make it possible to get a Promise object's result and it's state. JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.u-szeged@partner.samsung.com
0080c31
to
51b7752
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The new API methods make it possible to get a Promise object's
result and it's state.