Fetched by the server, while rendering.
Could not load:
| Name | Role |
|---|---|
| Ada Lovelace | Analyst |
| Grace Hopper | Compiler |
| Karen Spärck Jones | Retrieval |
A URL that changes refetches — in the browser, since that is where the click happened. The heading says which file answered.
The page never needed this. It is here because a served datasource should still be refreshable on demand — nothing refetches on arrival.
:client leaves the render alone and fetches on arrival, so
nothing appears in the served HTML. That is what to use for anything the
page should not publish — a served result is written into the source in
plain text.
—