-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Comments
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". |
Removed the owner. |
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. |
This issue was originally filed by @financecoding
This may be known already, constructors for using filesystem api does not exist in dart:html library.
The text was updated successfully, but these errors were encountered: