Skip to content

Array fill ES6 (IE 11) #332

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

Closed
JFGHT opened this issue Aug 6, 2019 · 1 comment
Closed

Array fill ES6 (IE 11) #332

JFGHT opened this issue Aug 6, 2019 · 1 comment

Comments

@JFGHT
Copy link
Contributor

JFGHT commented Aug 6, 2019

I'm still working with cross browser compatibility and there's an error in IE 11 with this line of code:

data[key] = Array(ref.length).fill(null)

Object doesn't support property or method 'fill'

@posva posva closed this as completed in 1346b90 Aug 6, 2019
@posva
Copy link
Member

posva commented Aug 6, 2019

Thanks for checking. I removed the fill as it shouldn't be necessary and published a new version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants