Chromestore.js is a simple javascript filesystem API for the Chrome browser.
It provides support for persistent file storage in the browser.
The API provides an easy to use interface for:
- Creating files and directories
- Deleting files and directories
- Renaming files and directories
- Writing to files
- Executing ajax calls to obtain data
- Writing large amounts of data obtained from ajax call to file
- Getting used and remaining bytes of filesystem
Documentation: https://github.com/summera/chromestore.js/blob/master/chromestore-api.md
Sources: http://www.html5rocks.com/en/tutorials/file/filesystem/ http://www.w3.org/TR/file-system-api/