← Home

Async fetch

Code
WPM 0ACC 100%0.0s

no ghost yet — finish once to record one

press any key to begin

const data = await fetch(url).then((r) => r.json());
You0%