School
Advanced Javascript
Week 06
Class
Read
- XMLHttpRequest
This article explains how to make HTTP requests using XMLHttpRequest, including how to send and receive data, handle errors, and work with asynchronous requests. It also covers modern alternatives to XMLHttpRequest, such as the Fetch API and Axios library.