-
Notifications
You must be signed in to change notification settings - Fork 30
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
Update promise documentation #54
Conversation
reference/JsGetPromiseResult.md
Outdated
CHAKRA_API | ||
JsGetPromiseResult( | ||
_In_ JsValueRef *promise, | ||
_Out_ JsPromiseState *statusCode); |
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.
Looks like you've just copy/pasted from the other method; this should be a JsValueRef
out parameter I believe.
4431d7e
to
9edbe68
Compare
Thanks for keeping the docs updated! Comments on documentation
I hope it's not too late for comments on those APIs themselves
|
@liminzhu I made the documentation changes to resolve your feedback, but it's pending another change to ChakraCore before this can land. |
Opened chakra-core/ChakraCore#5138 |
@liminzhu @MSLaguana Any other concerns with this documentation? |
LGTM, thx! |
Needs to wait for chakra-core/ChakraCore#5131 to land.Needs to wait for chakra-core/ChakraCore#5138 to land.