Correct Answer: responseText
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Ajax Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Ajax MCQ Questions
What is the proper way to execute a callback function while making a "synchronous" request?
How would you configure a *synchronous* GET request to "/resource" after instantiating a new XMLHttpRequest object: var xhr = new XMLHttpRequest();?
Which readystate value indicates the response has been fully received from the asynchronous request?
What is the technical limitation to implementing user login entirely on the client side using Ajax?
According to the W3C specification, which HTTP methods should throw a security exception when used with XMLHttpRequest?
Which is correct for the term 'Progressive enhancement'?
Which is General HTTP headers?
Which is HTTP response headers?
The responseText or responseXML property of the XMLHttpRequest ____?
For the code fragment below function foo() { var httpRequest = new XMLHttpRequest(); httpRequest.open('GET', '/echo/json'); httpRequest.send(); return httpRequest.responseText; } var result = foo(); What will be the value of ‘result’
Ajax MCQs | Topic-wise