3

The socket.io website says it's pretty much compatible with all browswers cross browser compatibility.
How can I programmatically check if socket.io is compatible with the browser?

Kurt Pattyn
  • 2,674
  • 2
  • 28
  • 39
Program_Sauce
  • 283
  • 1
  • 6
  • 14

1 Answers1

1

Basically you'll have to try separate tools for each browser...

I was about to type out a bunch of tools I've used in the past, but then I found this awesome post which notes most of the good ways to test browser compatibility...go that guy.

Cross Browser Testing - One Answer to Rule Them All

Community
  • 1
  • 1
TheJoe
  • 256
  • 1
  • 8