Update README.md with browser support.
This commit is contained in:
parent
3b7575b219
commit
3915e5365e
12
README.md
12
README.md
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue