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

Method _clientHasExpectedSize

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

Source from the content-addressed store, hash-verified

872 }
873
874 _clientHasExpectedSize() {
875 const [currentWidth, currentHeight] = this._currentClientSize();
876 return currentWidth == this._expectedClientWidth &&
877 currentHeight == this._expectedClientHeight;
878 }
879
880 // Handle browser window resizes
881 _handleResize() {

Callers 1

_handleResizeMethod · 0.95

Calls 1

_currentClientSizeMethod · 0.95

Tested by

no test coverage detected