{#if resourceIdentity} {#await fetchResource(submission)} {:then response} {#if response.ok} {#await decodeResource(response, submission) then data} {#if resourceIdentity === Resource.MangaDex} {:else if resourceIdentity === Resource.Rawkuma} {/if} {:catch error} {error} {/await} {:else} Failed to fetch data {/if} {:catch} An unknown error has occurred. {/await} {:else} Invalid URL {/if}