status
Summary
Returns the HTTP result code (status) of the response to the request.
Property of apis/xhr/XMLHttpRequestapis/xhr/XMLHttpRequest
Syntax
Note: This property is read-only.
var result = element.status;
Return Value
Returns an object of type unsigned shortunsigned short
Related specifications
- W3C XMLHttpRequest Specification
- W3C Working Draft
Attributions
Microsoft Developer Network: Windows Internet Explorer API reference Article