UNPKG

ajsfw

Version:
22 lines (21 loc) 1.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LOG_IDB = "Ajs.AjsIndexedDb"; exports.LOG_NOT_SUPPORTED = "IndexeDB is not supported"; exports.LOG_INIT_FAILED = "Failed to initialize AjsIndexedDb"; exports.LOG_DB_OPENED = "DB Opened. Version: "; exports.LOG_CREATING_STORE = "Creating store "; exports.LOG_UPGRADING_DB = "Upgrading DB. Current version: "; exports.LOG_GETTING_STORE = "Getting store "; exports.LOG_NOT_INITIALIZED = "AjsIndexedDb or IndexedDB not initialized"; exports.LOG_STORE_NOT_EXIST = "Store not exist "; exports.LOG_FAILED_TO_PERFORM_STORE_REQ = "Failed to perform DB Store request"; exports.LOG_NEW_DB_VER = "New db version: "; exports.LOG_CONF_STORE = "Configuring store"; exports.LOG_CONF_STORE_DONE = "Configuring store done"; exports.LOG_FAILED_OPEN_DB = "Failed to open indexed DB"; exports.LOG_OLD_INDEXEDDB_IMPLEMENTATION = "Old IndexedDB implementation detected"; exports.LOG_UPGRADING_VERSION = "Setting new version "; exports.LOG_VERSION_UPGRADED = "Version successfuly set"; exports.LOG_UPGRADE_FAILED = "Failed to upgrade DB"; exports.LOG_FAILED_TO_COUNT_ITEMS_USING_CURSOR = "Failed to count items using cursor!";