Makes the REST service be able to store changes in local storage so it can be used offline automatically.
See the dojox/rpc/OfflineRest reference documentation for more information.
Adds a store to the monitored store for local storage
Parameter | Type | Description |
---|---|---|
store | data-store | Store to add |
baseQuery | query |
Optional This is the base query to should be used to load the items for the store. Generally you want to load all the items that should be available when offline. |