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 30: Line 30:
* [https://github.com/Gozala/q Promises] Promises library by kriskowal
* [https://github.com/Gozala/q Promises] Promises library by kriskowal
* [https://github.com/Gozala/meta-promise Experimental implementation of promises on top of ES Harmony Proxies] by Irakli (@gozala)
* [https://github.com/Gozala/meta-promise Experimental implementation of promises on top of ES Harmony Proxies] by Irakli (@gozala)
== Storage/persistence ==
* [https://bitbucket.org/julianceballos/sqlite-jetpack/ sqlite-jetpack] by Julián Ceballos


== Miscellaneous ==
== Miscellaneous ==

Revision as of 12:36, 29 July 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.