MCPcopy Create free account
hub / github.com/apache/cloudstack / _currentClientSize

Method _currentClientSize

systemvm/agent/noVNC/core/rfb.js:870–872  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

868 }
869
870 _currentClientSize() {
871 return [this._screen.clientWidth, this._screen.clientHeight];
872 }
873
874 _clientHasExpectedSize() {
875 const [currentWidth, currentHeight] = this._currentClientSize();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected