8 lines
91 B

<script>
let promise;
</script>
{#await promise then data}
<p>Data: {data}</p>
{/await}