()
| 95 | } |
| 96 | |
| 97 | disconnect() { |
| 98 | this.#disconnected = true; |
| 99 | this.#elements.clear(); |
| 100 | |
| 101 | emitter.removeListener("change", this.#onChange); |
| 102 | } |
| 103 | |
| 104 | #notify(elements: HTMLElement[]) { |
| 105 | if (disabled) { |
no outgoing calls
no test coverage detected