Ticket #2530977 (closed enhancement)
Reporter Andrew Wooldridge |
Opened: 08/23/11 Last modified: 07/23/12 Status: closed Type: enhancement Resolution: duplicate Duplicate of: #2530555 |
Owner Eric Ferraiuolo |
Target Release: Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Add a component to read and write via the HTML5 Filesystem API | ||
| Description: | Reference: How this manifests could be in many ways - such as as sync function for the MVC app framework, or as a standalone Component. |
||
| Type: | enhancement | Observed in Version: | 3.4.0 |
| Component: | App Framework | Severity: | S3 (normal) |
| Assigned To: | Eric Ferraiuolo | Target Release: | |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | All | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 07/13/12
|
|
Posted: 07/23/12
Andrew, I don't quite get what you're suggesting here. Could you elaborate on what you mean, and also provide a use case? Thanks. |
|
Posted: 07/23/12
|
|
Posted: 07/23/12
Hi, if you dig around with the spec, you can see there are a lot of low level calls to create a filesystem, read, write, dealing with directories, etc. YUI excels at creating a unified abstraction for things like this (look at animation) which works across browsers. So at one level having a YUI abstraction library that would allow an application to create/read/write to the HTML5 filesystem would be gread. At a second level, having integration with things like the App framework - where a sync might sync with HTML5 filesystem files, or providing features to allow someone to save the state of their application to a file which could be then utilized later. The gist of this request is to create a YUI abstraction for all the low-level calls that one has to make to use the HTML5 filesystem, and secondarily make this filesystem available to other parts of YUI as a storage/retrieval mechanism. |
|
Posted: 07/23/12
This ticket was marked as a duplicate of #2530555 |
Tis a suggestion potentially for App.