Skip to content

dart:html lacks file system implementation API (missing constructors) #1241

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
DartBot opened this issue Jan 20, 2012 · 8 comments
Closed

dart:html lacks file system implementation API (missing constructors) #1241

DartBot opened this issue Jan 20, 2012 · 8 comments
Assignees
Labels
closed-as-intended Closed as the reported issue is expected behavior web-libraries Issues impacting dart:html, etc., libraries
Milestone

Comments

@DartBot
Copy link

DartBot commented Jan 20, 2012

This issue was originally filed by @financecoding


This may be known already, constructors for using filesystem api does not exist in dart:html library.

@dgrove
Copy link
Contributor

dgrove commented Jan 20, 2012

Set owner to @jacob314.
Added Area-UI, Triaged labels.

@DartBot
Copy link
Author

DartBot commented Jan 20, 2012

This comment was originally written by @seaneagan


I wonder if there is any possibility to be able to use the same File API which is currently within the server-side "dart:builtin" library, in "dart:html" as well ? Possibly separate it into a "dart:file" library which could be included in both "dart:html" and "dart:builtin".

@vsmenon
Copy link
Member

vsmenon commented Apr 13, 2012

Removed Area-UI label.
Added Area-DOM label.

@vsmenon
Copy link
Member

vsmenon commented Jun 22, 2012

Set owner to @vsmenon.
Added this to the M1 milestone.

@iposva-google
Copy link
Contributor

Removed Area-DOM label.
Added Area-HTML label.

@vsmenon
Copy link
Member

vsmenon commented Aug 17, 2012

Removed the owner.

@blois
Copy link

blois commented Aug 27, 2012

Set owner to @blois.
Added Accepted label.

@blois
Copy link

blois commented Aug 27, 2012

The file system entry is via Window.webkitRequestFileSystem, creation of directories and files must go through that API.

Note that there are currently some bugs logged against this API, these issues are tracked by issue #3022.

I believe that the API in it's current form is functionally complete.

I split out the request for unify the File APIs into issue #4745.


Added AsDesigned label.

@DartBot DartBot added Type-Defect web-libraries Issues impacting dart:html, etc., libraries closed-as-intended Closed as the reported issue is expected behavior labels Aug 27, 2012
@DartBot DartBot added this to the M1 milestone Aug 27, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-as-intended Closed as the reported issue is expected behavior web-libraries Issues impacting dart:html, etc., libraries
Projects
None yet
Development

No branches or pull requests

5 participants