File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1697,8 +1697,9 @@ napi_status napi_get_typedarray_info(napi_env env,
1697
1697
- `[in] typedarray`: `napi_value` representing the `TypedArray` whose
1698
1698
properties to query.
1699
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.
1700
+ - `[out] length`: The number of elements in the `TypedArray`.
1701
+ - `[out] data`: The data buffer underlying the `TypedArray`.
1702
+ - `[out] arraybuffer`: The `ArrayBuffer` underlying the `TypedArray`.
1702
1703
- `[out] byte_offset`: The byte offset within the data buffer from which
1703
1704
to start projecting the `TypedArray`.
1704
1705
You can’t perform that action at this time.
0 commit comments