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 dbc91de commit bba8891Copy full SHA for bba8891
doc/api/n-api.md
@@ -2820,6 +2820,8 @@ napi_status napi_get_typedarray_info(napi_env env,
2820
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.
@@ -2850,6 +2852,8 @@ napi_status napi_get_dataview_info(napi_env env,
2850
2852
to start projecting the `DataView`.
2851
2853
2854
2855
2856
2857
2858
This API returns various properties of a `DataView`.
2859
0 commit comments