Bug 40954 - responseBody is not supported in XMLHttpRequest
Summary: responseBody is not supported in XMLHttpRequest
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-21 16:16 PDT by Stuart Ng
Modified: 2017-03-09 10:11 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.