()
| 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 | } |
| 71 | _handleKey(e3) { |
| 72 | this._clearLiveRegion(), new RegExp("\\p{Control}", "u").test(e3) || this._charsToConsume.push(e3); |
| 73 | } |
no outgoing calls
no test coverage detected