()
| 105 | }); |
| 106 | } |
| 107 | _disconnect() { |
| 108 | if (this._observer) { |
| 109 | this._observer.disconnect(); |
| 110 | } |
| 111 | if (this._stylesheetHost) { |
| 112 | if (this.styleElement) { |
| 113 | this.styleElement.remove(); |
| 114 | delete this.styleElement; |
| 115 | } |
| 116 | } |
| 117 | } |
| 118 | async connectedCallback() { |
| 119 | /* jshint ignore:start */ |
| 120 | this.#hasConnected = true; |
no test coverage detected