Skip to content

NodejsRuntime.MakeCallback method

C#
public override napi_status MakeCallback(napi_env env, napi_async_context asyncContext, 
    napi_value recv, napi_value func, Span<napi_value> args, out napi_value result)

See Also

Released under the MIT license