mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-06 12:29:38 +00:00
- All state/status updates go through updateState routine which updates the status line also. - Old firefox (and opera) don't support canvas createImageData, so use getImageData as replacement. - Add console.warn and console.error stubs so that firefox without firebug doesn't crap out. - If no WebSockets then error if no flash or if URL is location (flash will refuse to load the object for security reasons).
11 lines
244 B
Plaintext
11 lines
244 B
Plaintext
- Make packet sequence number optional based on WebSockets 'path'.
|
|
|
|
- Add WSS/https/SSL support to page and wsproxy.py
|
|
|
|
- Make C version of wsproxy.py
|
|
|
|
- Implement UI option for shared.
|
|
|
|
- Upgrade to protocol 3.8
|
|
- implement ZRLE encoding
|