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

Problem with IE8 #13

Open
honeyeyo opened this issue May 16, 2014 · 2 comments
Open

Problem with IE8 #13

honeyeyo opened this issue May 16, 2014 · 2 comments

Comments

@honeyeyo
Copy link

Hi,
I'm running the code with some javascript tool , with IE8,on WinXP, producing the following output:
Object doesn't support this property or method
at traverse() (/jsprime-master/engine.js:104)
at analyze() (/jsprime-master/engine.js:68)
at getEditorValue() (/jsprime-master/index.html:79)
at JScript - onclick function() (/jsprime-master/index.html:59)

it seems that two methods "Array.isArray()" and "forEach()" are not supported on low version IE, and FireFox.
will it be fixed? thanks!

@honeyeyo
Copy link
Author

and "Array.indexOf()"

Object doesn't support this property or method
at assignFunctionReturnValue() (/jsprime-master/engine.js:262)
at analyze() (/jsprime-master/engine.js:83)
at getEditorValue() (/jsprime-master/index.html:79)
at JScript - onclick function() (/jsprime-master/index.html:59)
Object doesn't support this property or method
at assignFunctionReturnValue() (/jsprime-master/engine.js:257)
at analyze() (/jsprime-master/engine.js:83)
at getEditorValue() (/jsprime-master/index.html:79)
at JScript - onclick function() (/jsprime-master/index.html:59)

@Nevraeka
Copy link

IE8 is EOL . Does it make sense to close this?

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