(event)
| 71 | return this.modelFilter.addEventListener(type, listener, options) |
| 72 | } |
| 73 | dispatchEvent(event) { |
| 74 | return this.modelFilter.dispatchEvent(event) |
| 75 | } |
| 76 | appendChild(option) { |
| 77 | // do nothing |
| 78 | } |
no outgoing calls
no test coverage detected