Labs/Jetpack/JEP/11: Difference between revisions

Jump to navigation Jump to search
→‎Introduction and Rationale: added notes on implementation
(added notes on dom storage)
(→‎Introduction and Rationale: added notes on implementation)
Line 16: Line 16:


The [https://developer.mozilla.org/Pt/DOM/DOM_Storage DOM Storage] specification is not favorable because it only supports storing strings, which forces the developer to manually perform parsing tasks.
The [https://developer.mozilla.org/Pt/DOM/DOM_Storage DOM Storage] specification is not favorable because it only supports storing strings, which forces the developer to manually perform parsing tasks.
The API of this proposal is constrained by what is possible to implement using JavaScript 1.8, since distributing binary components with the Jetpack extension is nontrivial.


Part of this proposal involves adding a <code>jetpack.storage</code> namespace.
Part of this proposal involves adding a <code>jetpack.storage</code> namespace.
93

edits

Navigation menu