Add a public getter for the _screen property

This commit is contained in:
Mykola Mokhnach 2019-01-15 17:43:22 +01:00
parent b4819c2558
commit 644a434106
1 changed files with 2 additions and 0 deletions

View File

@ -302,6 +302,8 @@ export default class RFB extends EventTargetMixin {
this._refreshCursor(); this._refreshCursor();
} }
get screen() { return this._screen; }
// ===== PUBLIC METHODS ===== // ===== PUBLIC METHODS =====
disconnect() { disconnect() {