()
| 1821 | this._window !== e3 && (this._window = e3, this._onWindowChange.fire(this._window)); |
| 1822 | } |
| 1823 | get dpr() { |
| 1824 | return this.window.devicePixelRatio; |
| 1825 | } |
| 1826 | get isFocused() { |
| 1827 | return void 0 === this._cachedIsFocused && (this._cachedIsFocused = this._isFocused && this._textarea.ownerDocument.hasFocus(), queueMicrotask((() => this._cachedIsFocused = void 0))), this._cachedIsFocused; |
| 1828 | } |
nothing calls this directly
no outgoing calls
no test coverage detected