简体   繁体   中英

Check javascript compatibility with Internet explorer

我有一些无法在 IE 11 中运行的 javascript 代码。除了逐行查看代码以查看该版本的 Internet Explorer 支持哪些命令和语句之外,是否有一种快速的方法可以检查不兼容的位置?

I don't remember an "online code checking", but the most similar maybe are this two websites, can I use? and for Ecmascript .

Hope it helps!

Solved the issue by using JSHint (installed as package on Sublime Text 3) with option "esversion" set to 3 (compatibility with ECMAScript 3). This got me 90% of the way there and I did the rest manually.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM