Currently, I am working on a Javascript library and I am looking for a tool that can help me with the following:
- Detect any methods in my code that may be incompatible with certain browsers
- Show me which browsers are compatible with my code
I have been searching for such a tool but haven't had much luck. Does something like this even exist?
Prior Research:
- I came across http://caniuse.com for checking specific methods, but it doesn't solve all my issues.
- I have gone through several posts on browser compatibility on Stack Overflow, but haven't found anything relevant to my requirements.
- I have also looked into tools like Sauce Labs for running unit tests in different browsers, but that's not exactly what I need.