svelte/test/runtime/samples/event-handler-async/main.svelte

2 lines
64 B

<button on:click={async () => { await null; }}>nothing</button>