Fetch API
Make a network request.
💡 THINK OF IT LIKE…
▸ YOUR TURN
Declare const res = await fetch("/api");
Tab indent · Shift+Tab outdent · ⌘/Ctrl + Enter submit · auto-pairs ( [ { " '
Click 'Run code' to execute your code in a real sandbox.
Make a network request.
Declare const res = await fetch("/api");
Click 'Run code' to execute your code in a real sandbox.