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.
1 parent 6f23569 commit c5a560dCopy full SHA for c5a560d
PORTING.md
@@ -15,7 +15,7 @@ The prefix alone does **not** indicate whether a function is Node.js-specific or
15
What matters is which header the function is declared in:
16
17
- `js_native_api.h` — engine-agnostic APIs, available across all Node-API runtimes
18
-- `node_api.h` — runtime-specific APIs, currently defined by Node.js
+- `node_api.h` — runtime-specific APIs, providing features beyond pure JavaScript value operations.
19
20
For example, `node_api_is_sharedarraybuffer` carries the newer `node_api_` prefix but is declared
21
in `js_native_api.h` and is therefore engine-agnostic.
0 commit comments