Question:What are the functions of responseText and responseXML properties?
Answer
ResponseText holds the response body as a string.Which function is read-only.
ResponseXML holds the response body as XML.This function is also read-only.
+ Report
What are the functions of responseText and responseXML properties?