Store « Dojo Tips 'n' Tricks. 16 Feb Came across the same problem a few times now where I’ve wanted to get at my variables inside a dojo.hitch statement. This problem seems to crop up when performing an async request and then doing ‘something’ with it’s response. Dojo Object Stores. Dojo 1.6 introduces a new data store API called Dojo Object Store.
This new store API is based on the HTML5 IndexedDB object store API and is designed to greatly simplify and ease the interaction and construction of Dojo stores. Update: dstore is developing as a successor to Dojo object stores, so if you are starting a new application, you may want to look into this project. Creating Dojo Stores. In this tutorial, you'll learn the basic APIs all dojo/stores follow and how to create your own store—including how to handle query results. Difficulty: Intermediate Dojo Version: 1.7 Getting Started The new dojo/store system is intended as a replacement for the older dojo.data system; being partially based on the new W3C Object Store API, it is intended to make creating data storage components as simple as possible.