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