- Back to Home »
- Use this handy command line tool to check if your code works across browsers
Posted by : Brij Bhushan
Monday, 10 August 2015
Browser compatibility is something all Web developers spend a lot of time working on. A handy Node package makes it easy to see if the shiny new feature you’re trying out is compatible with enough browsers to implement it. Can I use’s NPM package is an extension of its useful website that makes it easy to query how well a standard is adopted across browsers and various devices. When you’re curious if you can use something like Web sockets, it’s as simple as typing ‘caniuse websockets’ at the terminal and you’ll get an instant answer about how well it’ll work across browsers.…
This story continues at The Next Web