]> git.proxmox.com Git - mirror_novnc.git/commit
Integrate connect() in to constructor
authorPierre Ossman <ossman@cendio.se>
Fri, 20 Oct 2017 14:46:36 +0000 (16:46 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 9 Nov 2017 12:13:41 +0000 (13:13 +0100)
commit2f4516f293d4c64394f28ca62640cad5bb773656
tree3389d963bb6d79aec9af09d2acdab765d7e1d194
parent057b8fec7a29931cd6778d35e691db22daa44f28
Integrate connect() in to constructor

An RFB object represents a single connection so it doesn't make
sense to have one without it trying to connect right away. Matches
the behaviour of other APIs, e.g. WebSocket.
app/ui.js
core/rfb.js
docs/API.md
tests/playback.js
tests/test.rfb.js
vnc_lite.html