We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12320a7 commit c6373b3Copy full SHA for c6373b3
src/routes/reference/rendering/render-to-string.mdx
@@ -69,8 +69,9 @@ Rendered HTML string.
69
70
## Behavior
71
72
-- `renderToString` completes synchronously.
73
-- The output includes hydration data for progressive hydration.
+- `renderToString` is a server rendering API, is unsupported in browser bundles, and completes synchronously.
+- The output includes hydration markup. Inline serialized scripts are emitted only when serializer data is produced.
74
+- Registered assets are injected into the HTML output, typically before `</head>`.
75
- `renderId` namespaces the render output when multiple top-level roots are present.
76
77
## Examples
0 commit comments