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

Create is-array.js #148

Closed
wants to merge 3 commits into from
Closed

Create is-array.js #148

wants to merge 3 commits into from

Conversation

rstacruz
Copy link
Contributor

Not sure if you'd appreciate this since it duplicates Array.isArray, but thought I'd put it out there. This one supports IE8 unlike the native one!

@tjmehta
Copy link
Owner

tjmehta commented Aug 25, 2016

You're spot on w/ your comment. I have avoided adding this so far, to prevent duplicating ES5. I expect users that need this functionality to use a battle-tested polyfill (as 101 doesn't have a suite of browser tests).

To take this mindset even further, I have been debating on when to remove ES6 methods out of 101.

@rstacruz rstacruz closed this Aug 25, 2016
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

Successfully merging this pull request may close these issues.

None yet

2 participants