summaryrefslogtreecommitdiffstats
path: root/WebCore/xml/XMLHttpRequest.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/xml/XMLHttpRequest.idl')
-rw-r--r--WebCore/xml/XMLHttpRequest.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/WebCore/xml/XMLHttpRequest.idl b/WebCore/xml/XMLHttpRequest.idl
index 59997f8..2b0b177 100644
--- a/WebCore/xml/XMLHttpRequest.idl
+++ b/WebCore/xml/XMLHttpRequest.idl
@@ -95,6 +95,12 @@ module xml {
readonly attribute [EnabledAtRuntime] Blob responseBlob
getter raises(DOMException);
#endif
+
+ attribute DOMString responseType
+ setter raises(DOMException);
+ readonly attribute [CustomGetter] Object response
+ getter raises(DOMException);
+
readonly attribute unsigned short status
getter raises(DOMException);
readonly attribute DOMString statusText