- From: <bugzilla@jessica.w3.org>
- Date: Mon, 24 Mar 2014 04:46:02 +0000
- To: public-webapps@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25131 Bug ID: 25131 Summary: Blob response entity body is not built using final MIME type and charset Product: WebAppsWG Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: XHR Assignee: annevk@annevk.nl Reporter: tyoshino@google.com QA Contact: public-webapps-bugzilla@w3.org CC: mike@w3.org, public-webapps@w3.org Blob response entity body is specified to be built from the response entity body. > 2. Return a Blob object representing the response entity body. Shouldn't this algorithm also take final MIME type and final charset? Current behavior of browsers: Both Firefox (28.0) and Chrome (32) copy the MIME type of the received response to the Blob, but not charset. -- You are receiving this mail because: You are on the CC list for the bug.
Received on Monday, 24 March 2014 04:46:04 UTC