Skip to content
Kerri Shotts edited this page Oct 26, 2013 · 7 revisions

FileManager is a class that provides basic file I/O using the HTML5 File API. It works in Google Chrome (v30 and higher), and Cordova/PhoneGap. It is centered around Promises, and requires Q.js to implement those Promises. The benefit, however, is that we eliminate "callback hell".

FileManager can depend on BaseObject, or it can be used in a stand-alone mode, as seen here: https://gist.github.com/kerrishotts/7147214.

Constants

Properties

Methods

Clone this wiki locally