expose display
This commit is contained in:
parent
f1cda55d89
commit
4b3602e117
|
|
@ -1260,6 +1260,10 @@ export default class RFB extends EventTargetMixin {
|
|||
return true;
|
||||
}
|
||||
|
||||
get_display() {
|
||||
return this._display;
|
||||
}
|
||||
|
||||
_sendEncodings() {
|
||||
const encs = [];
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gbrehmer/novnc",
|
||||
"version": "1.1.0-patch23",
|
||||
"version": "1.1.0-patch24",
|
||||
"description": "An HTML5 VNC client",
|
||||
"browser": "lib/rfb",
|
||||
"directories": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue