{#if $state === RequestStateType.CONNECTING || $state === RequestStateType.WAITING_FOR_RESPONSE}
{#if $state === RequestStateType.CONNECTING} Connecting to signaling server... {:else} The share's content will become available to you once the sharer decides to accept your request. {/if}
{:else if $state === RequestStateType.IN_FLIGHT || $state === RequestStateType.DONE}Congratulations! You can access the received data below:
Sorry! I hope we can still be friends?
{:else}An error occured during your request.
{/if}