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

IE6 support, and ES5 assumptions #16

Merged
merged 1 commit into from
Jun 13, 2013
Merged

Conversation

ELLIOTTCABLE
Copy link
Contributor

I don't know if compatibility is a target of these browserify modules … but currently, IE6 bugs out with “Object doesn't support this property or method.”

This is coming, at the very least, from calls to .isArray(), which is ES5, and not available in IE6. There's probably other ES5 / IE6 bugs, as well. I can probably clean these up for you, if backwards-compatibility is something you're willing to sign-on for and maintain? (Also, same question applies to other Browserify projects.)

It will most likely require including some ES5 shims, which will add weight to everything …

@toots
Copy link
Owner

toots commented Jun 13, 2013

Thanks for this one. I don't think there's any plan to have strong versioned support for IE but feel free to send more tweaks like this in the future!

toots added a commit that referenced this pull request Jun 13, 2013
IE6 support, and ES5 assumptions
@toots toots merged commit 58ca77a into toots:master Jun 13, 2013
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.

2 participants