-
-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Description
According to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/delete, in strict mode, the delete operator always returns true, and throws a TypeError if trying to delete an own nonconfigurable property.
The current implementation sometimes returns false and doesn't throw a TypeError.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels