What do you mean by asynchronous in Ajax 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Studied at Harvard University, Lives in Boston. Passionate about healthcare and currently working as a nurse practitioner.
Asynchronous means that the script will send a request to the server, and continue it's execution without waiting for the reply. As soon as reply is received a browser event is fired, which in turn allows the script to execute associated actions.
2023-05-09 07:21:24
评论(499)
Helpful(122)
Helpful
Helpful(2)

Harper Patel
QuesHub.com delivers expert answers and knowledge to you.
Asynchronous means that the script will send a request to the server, and continue it's execution without waiting for the reply. As soon as reply is received a browser event is fired, which in turn allows the script to execute associated actions.