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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a blurb to the documentation mentioning that strings are always copied into the engine.
Re: nodejs/node#14256
The text was updated successfully, but these errors were encountered:
n-api: document that native strings are copied
4f9590d
Mention that a copy is made of the native string by the napi_create_string_* APIs. Fixes: nodejs/abi-stable-node#304
nodejs/node@8062431
7ac491b
Mention that a copy is made of the native string by the napi_create_string_* APIs. Fixes: nodejs/abi-stable-node#304 PR-URL: #20425 Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
gabrielschulhof
Successfully merging a pull request may close this issue.
Add a blurb to the documentation mentioning that strings are always copied into the engine.
Re: nodejs/node#14256
The text was updated successfully, but these errors were encountered: