You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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)
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!
The text was updated successfully, but these errors were encountered: