bergie / VIE

Semantic Interaction Framework for JavaScript
http://viejs.org/
MIT License
303 stars 56 forks source link

Implementation of a FileAPIService #122

Open neogermi opened 12 years ago

neogermi commented 12 years ago

Implementation of a FileAPIService, making it possible to perform CRUD on entities using the FileReader/FileWriter API from HTML5.

See http://www.html5rocks.com/en/tutorials/file/filesystem/