- From: <bugzilla@jessica.w3.org>
- Date: Wed, 19 Nov 2014 11:43:42 +0000
- To: public-webapps@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24338
Anne <annevk@annevk.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #13 from Anne <annevk@annevk.nl> ---
Arun, I wonder if the current setup works after all... Sorry for the churn.
https://fetch.spec.whatwg.org/#basic-fetch sets response's body to a new body
and sets the length of that body.
http://dev.w3.org/2006/webapi/FileAPI/#readOperation creates a new body and
returns that (while pushing to it in the background).
I could reference #readOperation and then set length on the result and set
response's body to the result, but that seems somewhat ugly, no?
It seems either #readOperation should also set length or #readOperation should
take a body as argument to read the blob into.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Wednesday, 19 November 2014 11:43:44 UTC