Interesting. So I can access the web console right?
I guess if people turn this into a server would be awesome.
Sometimes I want to test cross-browser compatibility. For example, Firefox uses textContent instead of innerText. I can easily verify this without having to have Firefox and Chrome (and IE, Opera, etc) on the same machine at the same time.
Comments
Interesting. So I can access the web console right?
I guess if people turn this into a server would be awesome.
Sometimes I want to test cross-browser compatibility. For example, Firefox uses textContent instead of innerText. I can easily verify this without having to have Firefox and Chrome (and IE, Opera, etc) on the same machine at the same time.
Exactly why I decided to put this together – quick feature tests on different browsers you intend to support.
The case you mentioned gets me every time: https://i.cloudup.com/ZQApueTFl6.png
Thanks! I will contribute when my hands are a bit loosen. I really like the idea behind it.