[Bug 17262] send function should have async interface

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17262

--- Comment #5 from Takashi Toyoshima <toyoshim@chromium.org> 2012-05-31 09:35:56 UTC ---
> Blob's are read-only
I missed this point. Thank you for letting me know.

Actually Blob is a read-only interface. But it might be a reference to an
actual file on FileSystem API.
File inherits Blob, so we can send File object via these APIs.
Of course, the file may provide another FileWriter interface to modify the
actual file contents.
We can not avoid this problem if Blob is a read-only interface.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 31 May 2012 09:36:04 UTC