-
-
Notifications
You must be signed in to change notification settings - Fork 487
Closed
Description
DataView objects provide an array-like view over an underlying data buffer, but one which allows items of different size and type in the ArrayBuffer.
So, we should provide wrapper implementation for the following APIs.
- napi_is_dataview() [1]
- napi_create_dataview() [2]
- napi_get_dataview_info() [3]
[1] https://nodejs.org/dist/latest-v8.x/docs/api/n-api.html#n_api_napi_is_dataview
[2] https://nodejs.org/dist/latest-v8.x/docs/api/n-api.html#n_api_napi_create_dataview
[3] https://nodejs.org/dist/latest-v8.x/docs/api/n-api.html#n_api_napi_get_dataview_info
Metadata
Metadata
Assignees
Labels
No labels