[docs] what is rendered when for #await (#6788)

pull/6799/head
Ben McCann 3 years ago committed by GitHub
parent 83bb3e2757
commit 547fbc6ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -309,7 +309,7 @@ An each block can also have an `{:else}` clause, which is rendered if the list i
---
Await blocks allow you to branch on the three possible states of a Promise — pending, fulfilled or rejected.
Await blocks allow you to branch on the three possible states of a Promise — pending, fulfilled or rejected. In SSR mode, only the pending state will be rendered on the server.
```sv
{#await promise}

Loading…
Cancel
Save