* Called when the element is disconnected from the DOM. * * @final
()
| 1350 | * @final |
| 1351 | */ |
| 1352 | disconnectedCallback() { |
| 1353 | this.disconnect(/* pretendDisconnected */ false); |
| 1354 | } |
| 1355 | |
| 1356 | /** @private */ |
| 1357 | connected_() { |
nothing calls this directly
no test coverage detected