We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95cf944 commit 4cf5563Copy full SHA for 4cf5563
doc/api/n-api.md
@@ -2821,6 +2821,8 @@ Returns `napi_ok` if the API succeeded.
2821
2822
This API returns various properties of a typed array.
2823
2824
+Any of the out parameters may be `NULL` if that property is unneeded.
2825
+
2826
*Warning*: Use caution while using this API since the underlying data buffer
2827
is managed by the VM.
2828
@@ -2851,6 +2853,8 @@ napi_status napi_get_dataview_info(napi_env env,
2851
2853
2852
2854
Returns `napi_ok` if the API succeeded.
2855
2856
2857
2858
This API returns various properties of a `DataView`.
2859
2860
#### napi_get_date_value
0 commit comments