Does anyone know of a tool that will check a website's javascript for compatibility issues?
I typically just use prototype's functions as much as possible to ensure cross browser compatibility, but i still have problems
Javascript Compatibility Checker Tool?
Moderator: General Moderators
Re: Javascript Compatibility Checker Tool?
I believe it's impossible to create such automated tool, since tool would have to check if code has 'workarounds' for all browsers all quirks. Even creating a tool for checking if code has cross-browser workaround for addEventListener would be a nightmare.
Tools what I use are browsers and unit testing.
Tools what I use are browsers and unit testing.