Skip to content

Commit c6373b3

Browse files
committed
update
1 parent 12320a7 commit c6373b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/routes/reference/rendering/render-to-string.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ Rendered HTML string.
6969

7070
## Behavior
7171

72-
- `renderToString` completes synchronously.
73-
- The output includes hydration data for progressive hydration.
72+
- `renderToString` is a server rendering API, is unsupported in browser bundles, and completes synchronously.
73+
- 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>`.
7475
- `renderId` namespaces the render output when multiple top-level roots are present.
7576

7677
## Examples

0 commit comments

Comments
 (0)