93
edits
(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. | ||
edits