Shape Shape

XHR

XHR is XMLHttpRequest, a browser API for making HTTP requests in JavaScript. Used in web development for asynchronous data loading.

Example:

A website fetches user data via XHR without reloading the page.

WhatsApp Icon