sswalk-project.org
Subject: Re: [Crosswalk-dev] Intent to Implement - Native File API
Hi, All,
Crosswalk is based on Chromium. Native File API is based on Isolated File
System of Chromium. Currently, all Chromium file APIs use callback. The
implementation will be more straight forward, if we use ca
@lists.crosswalk-project.org
Subject: Re: [Crosswalk-dev] Intent to Implement - Native File API
I also support basing our work of the Mozilla spec
Kenneth
On Fri, Mar 14, 2014 at 11:14 AM, Kostiainen, Anssi
mailto:anssi.kostiai...@intel.com>> wrote:
Hi Shawn, Thiago, All,
The c
I also support basing our work of the Mozilla spec
Kenneth
On Fri, Mar 14, 2014 at 11:14 AM, Kostiainen, Anssi <
anssi.kostiai...@intel.com> wrote:
> Hi Shawn, Thiago, All,
>
> The current standardization status (no change since 31 Jan) of the various
> file system APIs may be of interest to yo
Hi Shawn, Thiago, All,
The current standardization status (no change since 31 Jan) of the various file
system APIs may be of interest to you:
http://lists.w3.org/Archives/Public/public-webapps/2014JanMar/0164.html
In short, there is no consensus yet among browser vendors, and thus no single
LGTM, let me know if I can help on something.
Would be good to have this API on all the platforms we support.
On 03-03-2014 12:11, Gao, Shawn wrote:
*Description:*
Native file API allows web app developer to read, write and enumerate
native file system via JavaScript. From Webapp developer pers