This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23147 - Describe File API Model
Summary: Describe File API Model
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: File API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Arun
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 24338
  Show dependency treegraph
 
Reported: 2013-09-04 03:30 UTC by Arun
Modified: 2014-02-27 22:39 UTC (History)
3 users (show)

See Also:


Attachments

Description Arun 2013-09-04 03:30:48 UTC
See http://lists.w3.org/Archives/Public/public-webapps/2013JulSep/0424.html 

This includes:

1. Property clarification and
2. MIME Type clarification
Comment 1 Arun 2013-09-10 00:43:55 UTC
Fixed: http://dev.w3.org/2006/webapi/FileAPI/#model
Comment 2 Arun 2014-01-28 00:46:34 UTC
(This bug hasn't really been fixed IMHO).
Comment 3 Arun 2014-02-05 23:11:14 UTC
Things to add to the spec:

1. Read data concept
2. Asynchronous flow for 1. (that is, using the FileReader Task Source, queue tasks at key points which events fired on the FileReader via FileReader.readAsXX methods can plug into, and which the Parse a URL algo can plug into).
3. Synchronous flow for 1.
Comment 4 Arun 2014-02-27 22:39:24 UTC
I think this is fixed. 

Relevant changes are:

1. http://dev.w3.org/2006/webapi/FileAPI/#blob
2. http://dev.w3.org/2006/webapi/FileAPI/#reading-data-section

If this doesn't sufficiently unblock dependency bugs, please reopen.