Skip to content

n-api: document that native strings are copied

Mention that a copy is made of the native string by the napi_create_string_* APIs.

Fixes: https://github.com/nodejs/abi-stable-node/issues/304

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading