ajsfw
Version:
Ajs Framework
19 lines (18 loc) • 1.2 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LOG_AJSRESSTOR = "Ajs.Resources.Storages";
exports.LOG_LOCAL_STORAGE_NOT_SUPPORTED = "Local storage is not supported!";
exports.LOG_SESSION_STORAGE_NOT_SUPPORTED = "Session storage is not supported!";
exports.LOG_INDEXEDDB_STORAGE_NOT_SUPPORTED = "IndexedDb storage is not supported!";
exports.LOG_CLEARING_STORAGE = "Clearing storage";
exports.LOG_ADDING_RESOSURCE = "Adding cached resource to the storage ";
exports.LOG_NOT_ENOUGH_SPACE = "Not enough space in the storage";
exports.LOG_NOT_ENOUGH_SPACE_META = "Not enough space for metadata in the storage";
exports.LOG_GETTING_RESOURCE = "Getting cached resource from the storage: ";
exports.LOG_REMOVING_RESOURCE = "Removing cached resource: ";
exports.LOG_GETTING_INFO = "Getting resources info";
exports.LOG_RES_NOT_FOUND = "Cached resource not found in the storage: ";
exports.LOG_UPDATE_RESOURCE = "Updating cached resource: ";
exports.LOG_CACHE_CLEAN = "Cleaning resource cache. Required space: ";
exports.LOG_CLEAN_ALL = "Complete clean";
exports.LOG_AJSINDEXEDDBNOTSET = "Ajs Idexed DB must be set before initializing IndexedDB provider!";