Files
noVNC/tests
Solly Ross 58ded70d15 Create RFB object on connect
In e543525faa, we switched to creating
a new RFB object on disconnect.  This caused issues, however, since
any errors were only displayed briefly before the new "loaded" text
was displayed instead.

Now, we create the RFB object on connect.  This essentially removes
the usefulness of the "loaded" state, but prevents the aforementioned
problem.

To facilitate this, the code which does detection of cursor URI support
was moved from this Display constructor (which now calls the new
function) into its own function, `Util.browserSupportsCursorURIs()`.

Fixes #467
2015-03-26 17:09:05 -04:00
..
2014-09-19 12:16:06 -04:00
2010-06-23 16:08:36 -05:00
2014-09-15 16:46:02 -04:00
2014-09-15 16:46:02 -04:00
2015-03-26 17:09:05 -04:00
2014-09-15 16:46:02 -04:00
2014-09-15 16:46:02 -04:00
2014-09-15 16:46:02 -04:00
2014-09-15 16:46:02 -04:00