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

Method _screenSize

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

Source from the content-addressed store, hash-verified

986
987 // Gets the size of the available screen
988 _screenSize() {
989 let r = this._screen.getBoundingClientRect();
990 return { w: r.width, h: r.height };
991 }
992
993 _fixScrollbars() {
994 // This is a hack because Safari on macOS screws up the calculation

Callers 3

_updateClipMethod · 0.95
_updateScaleMethod · 0.95
_requestRemoteResizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected