Bug 40954
Summary: | responseBody is not supported in XMLHttpRequest | ||
---|---|---|---|
Product: | WebKit | Reporter: | Stuart Ng <sng> |
Component: | XML | Assignee: | 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
Send XHR Request for an XML File
responseText and responseXML returns the right value
responseBody is always undefined.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
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
responseBody got dropped.