Re: [File API] Latest Editor's Draft | Call for Review

2011-08-11 Thread Jonas Sicking
For FileReader.abort(), we should only fire "abort" and "loadend" events if there is a load currently in progress. If no load is in progress then no events should be fired. Basically the invariant we want to enforce is that for each "loadstart" event there is one and exactly one "loadend" event as

Re: [File API] Latest Editor's Draft | Call for Review

2011-08-11 Thread Jian Li
On Thu, Aug 11, 2011 at 12:43 PM, Arun Ranganathan wrote: > Greetings WebApps WG, > > The latest editor's draft of the File API can be found here: > > http://dev.w3.org/2006/webapi/**FileAPI/ > > Changes are based on feedback on this listserv, as well as th

[File API] Latest Editor's Draft | Call for Review

2011-08-11 Thread Arun Ranganathan
Greetings WebApps WG, The latest editor's draft of the File API can be found here: http://dev.w3.org/2006/webapi/FileAPI/ Changes are based on feedback on this listserv, as well as the URI listserv (e.g. [1][2][3]). Chrome team: some of the feedback is to more rigorously define the opaqueSt