Consider renaming: - `napi_reference_addref()` - `napi_reference_release()` To: - `napi_reference_ref()` - `napi_reference_unref()` To be consistent with the "Ref/Unref" terminology used throughout Node.js. See https://github.com/nodejs/node/pull/11975#discussion_r107326862
Consider renaming:
napi_reference_addref()napi_reference_release()To:
napi_reference_ref()napi_reference_unref()To be consistent with the "Ref/Unref" terminology used throughout Node.js.
See nodejs/node#11975 (comment)