ajsfw
Version:
Ajs Framework
20 lines (19 loc) • 974 B
TypeScript
export declare const LOG_IDB: string;
export declare const LOG_NOT_SUPPORTED: string;
export declare const LOG_INIT_FAILED: string;
export declare const LOG_DB_OPENED: string;
export declare const LOG_CREATING_STORE: string;
export declare const LOG_UPGRADING_DB: string;
export declare const LOG_GETTING_STORE: string;
export declare const LOG_NOT_INITIALIZED: string;
export declare const LOG_STORE_NOT_EXIST: string;
export declare const LOG_FAILED_TO_PERFORM_STORE_REQ: string;
export declare const LOG_NEW_DB_VER: string;
export declare const LOG_CONF_STORE: string;
export declare const LOG_CONF_STORE_DONE: string;
export declare const LOG_FAILED_OPEN_DB: string;
export declare const LOG_OLD_INDEXEDDB_IMPLEMENTATION: string;
export declare const LOG_UPGRADING_VERSION: string;
export declare const LOG_VERSION_UPGRADED: string;
export declare const LOG_UPGRADE_FAILED: string;
export declare const LOG_FAILED_TO_COUNT_ITEMS_USING_CURSOR: string;