Constructorsconstructor new Storage Service ( config , http , httpService , syncService ) : StorageService Parameters config : UteStorageConfigs http : HttpClient httpService : HttpService syncService : SyncService MethodsInit Init ( config ) : Promise < unknown > Returns Promise < unknown > boolean result
copy From Assets copy From Assets ( overwrite ? ) : Promise < void > Parameters Optional
overwrite : boolean Returns Promise < void > get FromHTTPRequest get FromHTTPRequest ( url , overwrite ? ) : Promise < void > Parameters url : string Optional
overwrite : boolean Returns Promise < void > get From Local Disk To Store get From Local Disk To Store ( ) : Promise < void > Returns Promise < void > import From Json import From Json ( jsonstring ) : Promise < capSQLiteChanges > Returns Promise < capSQLiteChanges > is Json Valid is Json Valid ( jsonstring ) : Promise < capSQLiteResult > Returns Promise < capSQLiteResult > migrate migrate ( update ? ) : Promise < boolean > Returns Promise < boolean > boolean result
request request < T > ( method , apireq , dbName ? ) : Promise < UteObjects < any > > Parameters method : string apireq : UteApis < T > [] Optional
dbName : string Returns Promise < UteObjects < any > > save To Local Disk save To Local Disk ( platform ) : Promise < void > Returns Promise < void >
Initialization module