(el)
| 170 | } |
| 171 | }; |
| 172 | const unmounted = (el) => { |
| 173 | while (el.lastChild) el.lastChild.remove(); |
| 174 | disconnect(); |
| 175 | }; |
| 176 | const disconnect = () => { |
| 177 | if (this._observer !== undefined) { |
| 178 | this._observer.disconnect(); |
no test coverage detected