Closed
Bug 815132
Opened 12 years ago
Closed 12 years ago
XHR.responseType='blob' doesn't deflate the response body
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 725993
People
(Reporter: baku, Unassigned)
References
Details
Attachments
(1 file)
2.47 KB,
patch
|
Details | Diff | Splinter Review |
If the response is gzipped, the blob contains gzipped data.
Reporter | ||
Comment 1•12 years ago
|
||
Attachment #685216 -
Flags: review?(michal.novotny)
Comment 2•12 years ago
|
||
I'll land XHR patch in bug 725993 which will fix this issue. Tryserver is green except few intermittent failures:
https://tbpl.mozilla.org/?tree=Try&rev=f7b1937f335d
Depends on: 725993
Updated•12 years ago
|
Attachment #685216 -
Flags: review?(michal.novotny)
Comment 3•12 years ago
|
||
Problem fixed in bug #725993.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•