Skip to content
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

use indexeddb for local file storage #21

Open
rlindsgaard opened this issue Aug 19, 2014 · 1 comment
Open

use indexeddb for local file storage #21

rlindsgaard opened this issue Aug 19, 2014 · 1 comment
Labels

Comments

@rlindsgaard
Copy link
Member

The current solution uses FileWriter. However this proposal has been rejected by w3c. Instead we should focus on indexeddb instead which is supported by all major browsers.

@rlindsgaard
Copy link
Member Author

Indexeddb does not directly support writing to a file. For this FileHandlerAPI should be used which is the continuation of the FileWriter effort. As only firefox currently implements this we need to make the code modular in order to use FileWriter on chrome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant