* Called during the client-side host update, just before the host calls * its own update. * * Code in `update()` can depend on the DOM as it is not called in * server-side rendering.
()
| 74 | * server-side rendering. |
| 75 | */ |
| 76 | hostUpdate?(): void; |
| 77 | |
| 78 | /** |
| 79 | * Called after a host update, just before the host calls firstUpdated and |
no outgoing calls
no test coverage detected