From 644a434106bede47b63fe4e78c4db375abd1a5bf Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Tue, 15 Jan 2019 17:43:22 +0100 Subject: [PATCH] Add a public getter for the _screen property --- core/rfb.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/rfb.js b/core/rfb.js index 580708f3..290819ee 100644 --- a/core/rfb.js +++ b/core/rfb.js @@ -302,6 +302,8 @@ export default class RFB extends EventTargetMixin { this._refreshCursor(); } + get screen() { return this._screen; } + // ===== PUBLIC METHODS ===== disconnect() {