Is there a tool for detecting browser compatibility issues in my Javascript code?

Car*_*way 5 javascript cross-browser browser-support

I'm writing a Javascript library, and I'd like to be able to run it through some tool that will

  1. 检测与某些浏览器不兼容的任何方法,和/或
  2. 告诉我哪个浏览器支持我的代码。

到目前为止,我找不到这样的东西。真的不存在吗?


先前研究:

  • 我已经找到http://caniuse.com来检查特定的方法,但这并不能帮助我确定我不知道的问题。
  • 我读过问题 之后 的问题浏览器的兼容性,但一无所获适合。
  • 我发现了很多工具可以在不同的浏览器(例如,Sauce Labs)中运行单元测试,但这并不是我真正想做的。

小智 6

我建议您使用此网站http://jscc.info/(回程机)https://seedmanc.github.io/jscc/

它过去为我完成了工作。

  • 再次由叉子托管:https://seedmanc.github.io/jscc/ (5认同)
  • 看起来域名已过期。如果您想深入挖掘并恢复它,源代码位于 https://github.com/tbusser/jscc。 (3认同)