]> git.proxmox.com Git - mirror_novnc.git/commit - app/ui.js
Replace updatestate event with connect
authorSamuel Mannehed <samuel@cendio.se>
Fri, 10 Nov 2017 11:52:39 +0000 (12:52 +0100)
committerSamuel Mannehed <samuel@cendio.se>
Tue, 14 Nov 2017 13:10:36 +0000 (14:10 +0100)
commitee5cae9fee484794211d89de55e9d454abd4d599
treed1d6c074063d009c5d943a29f620151908c9551c
parent8317524cdae9f0e34fd71467a0e5e248ee4f93dc
Replace updatestate event with connect

Instead of exposing all the internal connection states, the RFB module
will now only send events on connect and on disconnect. This makes it
simpler for the application and gets rid of the double events that were
being sent on disconnect (previously updatestate and disconnect).
app/ui.js
core/rfb.js
docs/API.md
tests/test.rfb.js
vnc_lite.html