AJAX / Promises / Async-Await Demo
1. Legacy AJAX (XHR)
Fetch with XHR
Click the button above.
2. Fetch API with Promises (.then)
Fetch with Promises
Click the button above.
3. Fetch API with Async/Await
Fetch with Async/Await
Click the button above.