[Bug 17262] send function should have async interface

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

Jonas Sicking <jonas@sicking.cc> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonas@sicking.cc

--- Comment #4 from Jonas Sicking <jonas@sicking.cc> 2012-05-31 08:59:40 UTC ---
Blob's are read-only and can't be changed, so I don't understand why this is a
problem? What we do in Gecko for both these APIs is to store a reference to the
Blob object internally and then read lazily from it as needed. All IO happens
on the background network thread.

-- 
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 08:59:51 UTC