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 b61ae7f commit d7557e1Copy full SHA for d7557e1
doc/api/n-api.md
@@ -2520,7 +2520,9 @@ and [`napi_get_element`][].
2520
2521
Returns `napi_ok` if the API succeeded.
2522
2523
-This API returns the array of properties for the `Object` passed in.
+This API returns the names of the enumerable properties of `object` as an array
2524
+of strings. The properties of `object` whose key is a symbol will not be
2525
+included.
2526
2527
#### napi_set_property
2528
<!-- YAML
0 commit comments