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

IE8 Array.isArray : "Object doesn't support this property or method" #401

Open
Sam7 opened this issue Oct 15, 2013 · 2 comments
Open

IE8 Array.isArray : "Object doesn't support this property or method" #401

Sam7 opened this issue Oct 15, 2013 · 2 comments

Comments

@Sam7
Copy link

Sam7 commented Oct 15, 2013

The ss.js contains two instances (line 787 &1257) where Array.isArray is used wich is not compatible with IE8 and lower.

Solutions:
http://stackoverflow.com/questions/1058427/how-to-detect-if-a-variable-is-an-array
Or
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray#Compatibility

@andekande
Copy link
Contributor

Hey Sam7, there are a few more incompatibilities with IE8 in S# that you may run into rather quickly. On my part I am including es5-shim (also on github) to get compatibility back.

@Sam7
Copy link
Author

Sam7 commented Oct 17, 2013

Thanks. es5-shim looks like a great solution

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