if(dojo.config["disableWhatWGStorage"] == true){return;
}// get current domain// see: https://bugzilla.mozilla.org/show_bug.cgi?id=357323this._domain = (location.hostname == "localhost") ? "localhost.localdomain" : location.hostname;
// console.debug(this._domain);// indicate that this storage provider is now loadedthis.initialized = true;
dojox.storage.manager.loaded();