Commit 3915e536 authored by Joel Martin's avatar Joel Martin

Update README.md with browser support.

parent 3b7575b2
......@@ -79,6 +79,18 @@ Usage
button and enjoy!
Browser Support
---------------
I only currently test under Linux. Here are the current results:
* Chrome 5.0.* beta: Works great. Native WebSockets support. Very fast.
* firefox 3.5, 3.7: Works. Uses flash WebSockets emulator. Large
desktops with full-color image backgrounds are slow.
* Opera 10.10: Unusable: drops web-socket-js events.
* Opera 10.60: Unusable: throws "WRONG_ARGUMENTS_ERR" on connect.
Integration
-----------
......
......@@ -27,8 +27,8 @@ function get_VNC_uri_prefix() {
end = "'><\/script>";
// Uncomment to activate firebug lite
//extra += start + "http://getfirebug.com/releases/lite/1.2/" +
// "firebug-lite-compressed.js" + end;
//extra += "<script src='http://getfirebug.com/releases/lite/1.2/" +
// "firebug-lite-compressed.js'><\/script>";
extra += start + "util.js" + end;
extra += start + "base64.js" + end;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment