Skip to content

TracingJSRuntime.CreateTypedArray method

C#
public override napi_status CreateTypedArray(napi_env env, napi_typedarray_type type, int length, 
    napi_value arraybuffer, int byte_offset, out napi_value result)

See Also

Released under the MIT license