()
| 94962 | this.events.forEach((event)=>element.addEventListener(event, this.handleEvent)); |
| 94963 | } |
| 94964 | destroy() { |
| 94965 | this.events.forEach((event)=>this.element.removeEventListener(event, this.handleEvent)); |
| 94966 | } |
| 94967 | /** |
| 94968 | * Enable this input (begin processing events) |
| 94969 | * if the specified event type is among those handled by this input. |
no test coverage detected