- Preparing search index...
- The search index is not available
SylvieJS
Properties
Optional
db
db?: IDBDatabase
Methods
Private
#initializeCatalog
Private
#openCatalog
- #openCatalog(): IDBOpenDBRequest
-
Returns IDBOpenDBRequest
getAllKeys
- getAllKeys(callback: any): void
-
Returns void
getAppKeyAsync
- getAppKeyAsync(app: any, key: any): Promise<{
app: string;
appkey: string;
id: number;
key: string;
val: string;
} | {
id: 0;
success: false;
}>
-
Returns Promise<{
app: string;
appkey: string;
id: number;
key: string;
val: string;
} | {
id: 0;
success: false;
}>
getAppKeysAsync
- getAppKeysAsync(app: any): Promise<{
key: string;
}[]>
-
Returns Promise<{
key: string;
}[]>
setAppKeyAsync
- setAppKeyAsync(app: any, key: any, val: any): Promise<ResultType>
-
Parameters
-
app: any
-
key: any
-
val: any
IDBCatalog - underlying App/Key/Value catalog persistence This non-interface class implements the actual persistence using IndexedDBAdapter.