Web

AJAX

Also known as: XMLHttpRequest,fetch

AJAX (Asynchronous JavaScript and XML) is how you get live-search dropdowns, in-place form submissions, and notification badges that update without a full refresh. Modern equivalents like fetch() and axios do the same thing more cleanly than the original XHR pattern.

Chat With Us!