Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
There should be NAPI functions for deleting named properties and indexed properties:
napi_statusnapi_delete_property(napi_envenv, napi_valueobject, napi_propertynamename); napi_statusnapi_delete_element(napi_envenv, napi_valueobject, uint32_ti);This is not super high-priority, since only one of the top native modules I scanned (couchbase) referenced v8::Object::Delete().
Metadata
Metadata
Assignees
Labels
No labels