-
Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.Pricing:
- Open Source
Sounds like a browser compatibility chart is exactly what you want. Browsers donโt really implement exactly along the lines of ES5, 6, etc., so itโs kind of irrelevant what was technically included in each release. Worry about which browsers you want to support, and how many older versions of each you care about. Check out https://caniuse.com/. Also, if youโre using babel for transpilation they have plugins specifically for adjusting the output to meet your desired compatibility.
#Website Testing #Browser Testing #Automated Testing 391 social mentions
-
The Closure Compiler is a tool for making JavaScript download and run faster.Pricing:
- Open Source
I'm using the Google Closure Compiler. I believe it has similar capabilities.
#Code Analysis #Code Review #Developer Tools 11 social mentions