Which are the two properties to hold the status of XMLHttpRequest?
Options:
Explanation:
The <span class="w3-codespan">status</span> and <span class="w3-codespan">statusText</span> properties are used to hold the status of the <span class="w3-codespan">XMLHttpRequest</span> object.
Tags:
AJAX
Answer:
Which are the two properties to hold the status of XMLHttpRequest status and statusText.