Asynchronous request
DevOps
About
An asynchronous request is a non-blocking network communication paradigm (such as an AJAX call, Fetch operation, or async/await routine) that queries a remote server for data in the background, keeping the application interface fully interactive.