raix:localforage

v1.2.4-rc.2Published 9 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

raix:localforage

Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API. On cordova we also support SQLite.

Mozilla's LocalForage

Note

This package exports the LocalForage class and the default localForage instance:

1  localForage = new LocalForage();

Also note that SQLite is added to the list when using LocalForage on cordova applications.