We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Following functions accept const char* according to the docs, but in fact napi_value according to implementation:
const char*
napi_value
napi_create_symbol
napi_create_error
napi_create_type_error
napi_create_range_error
/cc @nodejs/n-api