Re: New draft of FileWriter API posted

On 3/10/10 11:55 AM, Mike Clement wrote:
> Any thoughts about how FileWriter (and FileReader) might fit into the
> world of Web Workers?
In the case of file reading, we do have a synchronous API available for 
use with Web Workers:

http://dev.w3.org/2006/webapi/FileAPI/#readingOnThreads

-- A*

Received on Wednesday, 10 March 2010 19:59:56 UTC