Want Your Data Accessible Offline?
PDF version
well, the answer: dojo.storage
(thx Nick for the info)
(thx Nick for the info)
What is dojo.storage?
Dojo.storage is a unified API to provide JavaScript applications with storage. It is a generic front-end to be able to provide all JavaScript applications a consistent API for their storage needs, whether this JavaScript is in a browser, a Firefox plugin, an ActiveX control, using Windows Scripting Host, etc. Further, the storage backends can use whatever mechanism is appropriate; dojo.storage automagically detects its environment and available storage options and selects the most appropriate one.
Source: