Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE < 9 Object.keys doesn't iterate over non-index enumerable properties. #223

Open
jdalton opened this issue Apr 17, 2014 · 1 comment
Open

Comments

@jdalton
Copy link
Contributor

jdalton commented Apr 17, 2014

As #209 was closed prematurely I'm opening another issue. For this issue:

On 94e0add

var a = Object('x');
a.y = 1;
Object.keys(a);
// should be ["0", "y"]

currently it will only be ["0"]

You can repro the issue here in at least IE8:
screenshot

@ljharb
Copy link
Member

ljharb commented Apr 17, 2014

Thanks, it's tough to keep track of all of these :-) I'll leave this open til it's fixed in IE 8.

@ljharb ljharb added this to the v3.1.0 milestone Apr 19, 2014
@ljharb ljharb modified the milestones: v4.0.0, v4.1.0 Aug 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants