Skip to content

JSRuntime.GetValueTypedArray method

C#
public virtual napi_status GetValueTypedArray(napi_env env, napi_value typedarray, 
    out napi_typedarray_type type, out IntPtr data, out napi_value arraybuffer, out int byte_offset)

See Also

Released under the MIT license