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 7ac491b commit 1908668Copy full SHA for 1908668
doc/api/n-api.md
@@ -1051,6 +1051,9 @@ the ECMAScript Language Specification.
1051
In addition to types in that section, `napi_valuetype` can also represent
1052
`Function`s and `Object`s with external data.
1053
1054
+A JavaScript value of type `napi_external` appears in JavaScript as a plain
1055
+object such that no properties can be set on it, and no prototype.
1056
+
1057
#### napi_typedarray_type
1058
```C
1059
typedef enum {
0 commit comments