How to convert the below statement to the synchronous request?
Options:
Explanation:
To execute a synchronous request, you need to change the third parameter of the
open() method to
false.
Tags:
AJAX
Answer:
How to convert the below statement to the synchronous request Convert the third parameter to "false".