+2 votes
in AJAX by
What is an asynchronous request in AJAX?

1 Answer

0 votes
by

An Asynchronous request is defined as the script execution which allows proceeding with the next line of execution irrespective of the response from the web server after a request, which can be handled later upon the receipt of the response from the web server. Asynchronous is the most important mechanism in responding to the user without any delay where a user can still interact with the web pages irrespective of the responses from the server for the previous requests.

Related questions

0 votes
asked Jan 29 in AJAX by Robindeniel
0 votes
asked Jan 29 in AJAX by Robindeniel
0 votes
asked Aug 8, 2023 in AJAX by sharadyadav1986
0 votes
asked Aug 8, 2023 in AJAX by sharadyadav1986
...