{#if !styleInit} {@const init = styleInit = true} {/if} {#if display}
{label}
{#if status}
= 200 && $page.status < 300} class:super-debug--redirect={$page.status >= 300 && $page.status < 400} class:super-debug--error={$page.status >= 400} > {$page.status}
{/if}
{#if assertPromise($debugData, raw, promise)}{#await $debugData}
Loading data...
{:then result}{@html syntaxHighlight( assertStore(result, raw) ? get(result) : result )}{:catch error}Rejected: {@html syntaxHighlight(error)}{/await}{:else}{@html syntaxHighlight( $debugData )}{/if}
{#if collapsible} {/if}
{/if}