We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8604481 commit d568952Copy full SHA for d568952
doc/api/n-api.md
@@ -1697,8 +1697,9 @@ napi_status napi_get_typedarray_info(napi_env env,
1697
- `[in] typedarray`: `napi_value` representing the `TypedArray` whose
1698
properties to query.
1699
- `[out] type`: Scalar datatype of the elements within the `TypedArray`.
1700
-- `[out] length`: `Number` of elements in the `TypedArray`.
1701
-- `[out] data`: The data buffer underlying the typed array.
+- `[out] length`: The number of elements in the `TypedArray`.
+- `[out] data`: The data buffer underlying the `TypedArray`.
1702
+- `[out] arraybuffer`: The `ArrayBuffer` underlying the `TypedArray`.
1703
- `[out] byte_offset`: The byte offset within the data buffer from which
1704
to start projecting the `TypedArray`.
1705
0 commit comments