expose display

This commit is contained in:
Alt, Michael 2020-01-21 15:37:53 +01:00
parent f1cda55d89
commit 4b3602e117
2 changed files with 5 additions and 1 deletions

View File

@ -1260,6 +1260,10 @@ export default class RFB extends EventTargetMixin {
return true; return true;
} }
get_display() {
return this._display;
}
_sendEncodings() { _sendEncodings() {
const encs = []; const encs = [];

View File

@ -1,6 +1,6 @@
{ {
"name": "@gbrehmer/novnc", "name": "@gbrehmer/novnc",
"version": "1.1.0-patch23", "version": "1.1.0-patch24",
"description": "An HTML5 VNC client", "description": "An HTML5 VNC client",
"browser": "lib/rfb", "browser": "lib/rfb",
"directories": { "directories": {