Confirmed users
764
edits
(→About the SDK: Added simple storage) |
|||
| Line 9: | Line 9: | ||
*'''Page Worker API''' - The [https://jetpack.mozillalabs.com/sdk/0.4/docs/#module/jetpack-core/page-worker page-worker] module provides a way to create a permanent, invisible page and access its DOM. | *'''Page Worker API''' - The [https://jetpack.mozillalabs.com/sdk/0.4/docs/#module/jetpack-core/page-worker page-worker] module provides a way to create a permanent, invisible page and access its DOM. | ||
*'''Widget API''' - The [https://jetpack.mozillalabs.com/sdk/0.4/docs/#module/jetpack-core/widget widget] module provides a visually consistent way for add-ons to show themselves in the browser. | *'''Widget API''' - The [https://jetpack.mozillalabs.com/sdk/0.4/docs/#module/jetpack-core/widget widget] module provides a visually consistent way for add-ons to show themselves in the browser. | ||
*'''Simple Storage API''' - The [https://jetpack.mozillalabs.com/sdk/0.4/docs/#module/jetpack-core/simple-storage simple-storage] module provides a way to easily, privately, and persistently store data across browser restarts. | |||
Notable bug fixes: | Notable bug fixes: | ||