Returns the text response entity body, a string representing the response entity body, which is the fragment of the entity body of the response received so far (if LOADING) or the complete entity body of the response (if DONE).
Property of apis/xhr/XMLHttpRequestapis/xhr/XMLHttpRequest
SyntaxNote: This property is read-only.
var result = element.responseText;
Return Value
Returns an object of type StringString
Examples
xhr.onreadystatechange = function(){
if(xhr.readyState == 4){
var responseText = xhr.responseText;
}
}
Related specifications
Microsoft Developer Network: Windows Internet Explorer API reference Article
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4