Re: New draft of FileWriter API posted

FileWriter also has a synchronous API (FileWriterSync) that is supposed to
be used in Web Worker context.
http://dev.w3.org/2009/dap/file-system/file-writer.html#the-filewritersync-interface

On Wed, Mar 10, 2010 at 11:59 AM, Arun Ranganathan <arun@mozilla.com> wrote:

> 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 Thursday, 11 March 2010 09:21:59 UTC