dojox.off.files.refresh
dojo.require("dojox.off.files");
defined in dojox/off/files.js
void console.debug("dojox.off.files.refresh"); For advanced usage; most developers can ignore this. Refreshes our list of offline resources, making them available offline.
Usage
function (/*Function*/ callback) (view source)
parameter | type | description |
---|---|---|
callback | Function | A callback that receives two arguments: whether an error occurred, which is a boolean; and an array of error message strings with details on errors encountered. If no error occured then message is empty array with length 0. |