Constructordojox.off.files.remove

dojo.require("dojox.off.files");
defined in dojox/off/files.js

Removes a URL from the list of URLs to cache. Note that this does not actually remove the file from the offline cache; instead, it just prevents us from refreshing this file at a later time, so that it will naturally time out and be removed from the offline cache

Usage

function (/*String*/ url) (view source)
parametertypedescription
urlStringThe URL to remove

PropertiesBack to top