Jetpack/Modules: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Added a link to the sqlite-jetpack library by Julián Ceballos)
Line 46: Line 46:


* DirectoryWatcher: polls a directory, notifies listeners of events like file added, deleted, changed, etc.
* DirectoryWatcher: polls a directory, notifies listeners of events like file added, deleted, changed, etc.
* IndexDB interface: provides a discrete module for sotring and accessing data in IndexDB, with tests!

Revision as of 15:13, 23 September 2011

This page lists some community-developed libraries not included in the SDK. Feel free to link to yours!

Browser UI

Web APIs

Browser Internals

Async JavaScript APIs

Storage/persistence

Miscellaneous

Wanted

  • DirectoryWatcher: polls a directory, notifies listeners of events like file added, deleted, changed, etc.
  • IndexDB interface: provides a discrete module for sotring and accessing data in IndexDB, with tests!