You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
napi_create_external_arraybuffer and napi_create_external_buffer has a parameter napi_finalize, which may imply it would result in a finalizer creation.
Since napi_add_finalizer could be mixed with napi_wrap, there are no statements on if it is feasible that napi_wrap could be mixed with napi_create_external_arraybuffer and napi_create_external_buffer.