* Allows for `super.disconnectedCallback()` in extensions while * reserving the possibility of making non-breaking feature additions * when disconnecting at some point in the future. * @category lifecycle
()
| 1157 | * @category lifecycle |
| 1158 | */ |
| 1159 | disconnectedCallback() { |
| 1160 | this.__controllers?.forEach((c) => c.hostDisconnected?.()); |
| 1161 | } |
| 1162 | |
| 1163 | /** |
| 1164 | * Synchronizes property values when attributes change. |
nothing calls this directly
no test coverage detected
searching dependent graphs…