-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
doc: clarify behavior of napi_get_typedarray_info #32603
Conversation
Signed-off-by: Michael Dawson <michael_dawson@ca.ibm.com> Fixes: nodejs#32089
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.
The statement can be documented under napi_get_arraybuffer_info
/napi_get_buffer_info
/napi_get_dataview_info
too.
@legendecas updated, can you take another look. |
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 with @addaleax's suggestion
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.
Left style suggesitons and a comment/question, but LGTM
Co-Authored-By: Rich Trott <rtrott@gmail.com>
Co-Authored-By: Rich Trott <rtrott@gmail.com>
Co-Authored-By: Rich Trott <rtrott@gmail.com>
Co-Authored-By: Rich Trott <rtrott@gmail.com>
Oops forgot as doc only change it just needs the GitHub actions to pass as opposed to full run. Will land as linters have passed. |
Landed in 2681cba |
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesFixes: #32089