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

fix for es<5 not having Array.isArray() #3

Closed
wants to merge 1 commit into from
Closed

fix for es<5 not having Array.isArray() #3

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Mar 4, 2014

I'm trying to get readable-stream to work in old browsers and this module is one of its downstream dependencies. This patch just defers to the toString '[object Array]' trick for isArray if Array.isArray isn't present.

@feross
Copy link
Contributor

feross commented Mar 5, 2014

👍

thefourtheye added a commit to thefourtheye/core-util-is that referenced this pull request Aug 11, 2015
@thefourtheye
Copy link
Contributor

@substack I included this change also in #8. Hope you don't mind.

@isaacs
Copy link
Owner

isaacs commented Nov 20, 2015

done by #8

@isaacs isaacs closed this Nov 20, 2015
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.

3 participants