dojox.storage.Provider.getResourceList
dojo.require("dojox.storage.Provider");
defined in dojox/storage/Provider.js
This method returns a list of URLs that this storage provider depends on to do its work. This list is used by the Dojo Offline Toolkit to cache these resources to ensure the machinery used by this storage provider is available offline. What is returned is an array of URLs. Note that Dojo Offline uses Gears as its native storage provider, and does not support using other kinds of storage providers while offline anymore.
Usage
function () (view source)