Skip to content

TracingJSRuntime.GetValueTypedArray method

C#
public override 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