(e3)
| 60 | }))); |
| 61 | } |
| 62 | _handleTab(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 | } |
no test coverage detected