expose display
This commit is contained in:
parent
f1cda55d89
commit
4b3602e117
|
|
@ -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 = [];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue