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   

Description Stuart Ng 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.
Comment 1 Alexey Proskuryakov 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.
Comment 2 Anne van Kesteren 2017-03-09 10:11:55 PST
responseBody got dropped.