You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have taken a look, but I have not found anything obvious. I would be happy to fix it, but I do not know the code so well and I would need some guidance.
Describe the bug
The
length
property of an array is enumerable, but it should not.To Reproduce
This JavaScript code reproduces the issue:
Expected behavior
[].propertyIsEnumerable("length")
should befalse
.Build environment
Additional context
None
The text was updated successfully, but these errors were encountered: