(e3, t3)
| 4874 | this._printHandler = e3; |
| 4875 | } |
| 4876 | clearPrintHandler() { |
| 4877 | this._printHandler = this._printHandlerFb; |
| 4878 | } |
| 4879 | registerEscHandler(e3, t3) { |
| 4880 | const i3 = this._identifier(e3, [48, 126]); |
| 4881 | void 0 === this._escHandlers[i3] && (this._escHandlers[i3] = []); |
| 4882 | const s3 = this._escHandlers[i3]; |
| 4883 | return s3.push(t3), { dispose: () => { |
| 4884 | const e4 = s3.indexOf(t3); |
| 4885 | -1 !== e4 && s3.splice(e4, 1); |
| 4886 | } }; |
| 4887 | } |
no test coverage detected