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

pull/7738/head
Ben McCann 5 years ago committed by GitHub
parent e2cc70243c
commit 76bf520138

@ -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