(e3)
| 63 | for (let t3 = 0; t3 < e3; t3++) this._handleChar(" "); |
| 64 | } |
| 65 | _handleChar(e3) { |
| 66 | this._liveRegionLineCount < 21 && (this._charsToConsume.length > 0 ? this._charsToConsume.shift() !== e3 && (this._charsToAnnounce += e3) : this._charsToAnnounce += e3, "\n" === e3 && (this._liveRegionLineCount++, 21 === this._liveRegionLineCount && (this._liveRegion.textContent += n.tooMuchOutput))); |
| 67 | } |
| 68 | _clearLiveRegion() { |
| 69 | this._liveRegion.textContent = "", this._liveRegionLineCount = 0; |
| 70 | } |
no test coverage detected