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,
16971697- `[in] typedarray`: `napi_value` representing the `TypedArray` whose
16981698properties to query.
16991699- `[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`.
17021703- `[out] byte_offset`: The byte offset within the data buffer from which
17031704to start projecting the `TypedArray`.
17041705
You can’t perform that action at this time.
0 commit comments