| 1 | //! On the server, we collect any elements that should be rendered into the head in the first frame of SSR. |
| 2 | //! After the first frame, we have already sent down the head, so we can't modify it in place. The web client |
| 3 | //! will hydrate the head with the correct contents once it loads. |
| 4 |
nothing calls this directly
no outgoing calls
no test coverage detected