Functiondojox.storage.manager.getResourceList

dojo.require("dojox.storage.manager");
defined in dojox/storage/manager.js

This will return all files needed by all storage providers for this particular environment type. For example, if we are in the browser environment, then this will return the hidden SWF files needed by the FlashStorageProvider, even if we don't need them for the particular browser we are working within. This is meant to faciliate Dojo Offline, which must retrieve all resources we need offline into the offline cache -- we retrieve everything needed, in case another browser that requires different storage mechanisms hits the local offline cache. For example, if we were to sync against Dojo Offline on Firefox 2, then we would not grab the FlashStorageProvider resources needed for Safari.

Usage

function () (view source)