Testing compatibility for javascript 1.2

僤鯓⒐⒋嵵緔 提交于 2019-12-12 17:02:54

问题


At work, We use a pretty old browser(symbol's pocket browser) that supports only JS 1.2. Deploying code to the test device running that browser is a bit painful. Is there any open source/free tool available that would allow me to check locally in a PC (running Windows XP/Firefox 3.6.8) whether the code written is compatible with JS 1.2? Thanks in advance.


回答1:


You could try using <script language="JavaScript1.2">.
Source: http://docstore.mik.ua/orelly/webprog/jscript/ch20_02.htm



来源:https://stackoverflow.com/questions/6308692/testing-compatibility-for-javascript-1-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!