Update documentation/docs/03-template-syntax/19-await-expressions.md

Co-authored-by: Tee Ming <chewteeming01@gmail.com>
pull/16822/head
Elliott Johnson 2 days ago committed by GitHub
parent b99f81ca2d
commit 243ae50c8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -133,7 +133,7 @@ const { head, body } = +++await+++ render(App);
If a `<svelte:boundary>` with a `pending` snippet is encountered during SSR, that snippet will be rendered while the rest of the content is ignored. Outside a `pending` snippet, any `await` expressions will be resolved by the time `await render(...)` returns.
> [!NOTE] In future, we plan to add a streaming implementation that renders the content in the background.
> [!NOTE] In the future, we plan to add a streaming implementation that renders the content in the background.
## Caveats

Loading…
Cancel
Save