- From: Kinuko Yasuda <kinuko@google.com>
- Date: Wed, 10 Mar 2010 12:33:11 -0800
- To: arun@mozilla.com
- Cc: Mike Clement <mikec@google.com>, Eric Uhrhane <ericu@google.com>, public-device-apis@w3.org
Received on Thursday, 11 March 2010 09:21:59 UTC
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