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
forEachKey() currently iterates enumerable properties, but it should ignore non-own properties, since that's generally what people intend. We're doing this as a non-major semver change because it's assumed that this will not break existing programs.
forEachKey() currently iterates enumerable properties, but it should ignore non-own properties, since that's generally what people intend. We're doing this as a non-major semver change because it's assumed that this will not break existing programs.
See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Enumerability_and_ownership_of_properties for details.
The text was updated successfully, but these errors were encountered: