ajsfw
Version:
Ajs Framework
46 lines (45 loc) • 2.46 kB
TypeScript
export declare const LOG_AJSRES: string;
export declare const LOG_LOCAL_STORAGE_USED_SPACE: string;
export declare const LOG_LOCAL_STORAGE_RES_COUNT: string;
export declare const LOG_SESSION_STORAGE_USED_SPACE: string;
export declare const LOG_SESSION_STORAGE_RES_COUNT: string;
export declare const LOG_INDEXEDDB_STORAGE_USED_SPACE: string;
export declare const LOG_INDEXEDDB_STORAGE_RES_COUNT: string;
export declare const LOG_MEMORY_STORAGE_USED_SPACE: string;
export declare const LOG_MEMORY_STORAGE_RES_COUNT: string;
export declare const LOG_DEFAULT_CONFIG: string;
export declare const LOG_LIST_OF_MANAGED_RESOURCES: string;
export declare const LOG_NUM_MANAGED_RESOURCES_LOCAL: string;
export declare const LOG_NUM_MANAGED_RESOURCES_SESSION: string;
export declare const LOG_NUM_MANAGED_RESOURCES_INDEXEDDB: string;
export declare const LOG_REGISTER_MANAGED_RESOURCES: string;
export declare const LOG_REGISTER_MANAGED_RESOURCE: string;
export declare const LOG_GETTING_CACHED_RESOURCE: string;
export declare const LOG_SETTING_CACHED_RESOURCE: string;
export declare const LOG_REMOVING_CAHCED_RESOURCE: string;
export declare const LOG_INVALID_STORAGE_TYPE: string;
export declare const LOG_GETTING_RESOURCE: string;
export declare const LOG_LOCAL_RESOURCE_NOT_CACHED: string;
export declare const LOG_RESOURCE_NOT_CACHED: string;
export declare const LOG_GETTING_MULTIPLE: string;
export declare const LOG_LOADING_RESOURCE: string;
export declare const LOG_INVALID_CACHE_POLICY: string;
export declare const LOG_FALLBACK_POLICY: string;
export declare const LOG_PROCESSING_RESOURCE: string;
export declare const LOG_BINARY_LOADED: string;
export declare const LOG_TEXT_LOADED: string;
export declare const LOG_CACHING: string;
export declare const LOG_NOT_MODIFIED: string;
export declare const LOG_FAILED_LOAD_NOT_CACHED: string;
export declare const LOG_FAILED_LOAD: string;
export declare const LOG_LOOKING_RESOURCE: string;
export declare const LOG_EVAL_RESOURCE: string;
export declare const LOG_ADDING_SCRIPT: string;
export declare const LOG_REQUESTING_RESOURCE: string;
export declare const LOG_XHR_INIT: string;
export declare const LOG_XHR_READY_STATE: string;
export declare const LOG_XHR_READY_STATE_URL: string;
export declare const LOG_XHR_FOR: string;
export declare const LOG_XHR_RDY_IN: string;
export declare const LOG_XHR_MS: string;
export declare const LOG_XHR_OFFLINE_DETECTED: string;