Bug 40954

Summary: responseBody is not supported in XMLHttpRequest
Product: WebKit Reporter: Stuart Ng <sng>
Component: XMLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: annevk, ap, fishd, jchaffraix, jianli, michaeln
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Stuart Ng
Reported 2010-06-21 16:16:35 PDT
Send XHR Request for an XML File responseText and responseXML returns the right value responseBody is always undefined.
Attachments
Alexey Proskuryakov
Comment 1 2010-06-23 17:04:36 PDT
I'm surprised that I couldn't filed an earlier bug about this. A major holding block used to be not having a ByteArray interface, but we have it now. Another issue - which still remains - is that keeping both original and decoded text would be bad for memory use.
Anne van Kesteren
Comment 2 2017-03-09 10:11:55 PST
responseBody got dropped.
Note You need to log in before you can comment on or make changes to this bug.