mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
parent
9cc3d8fd74
commit
241f0733ee
@ -181,6 +181,13 @@ export class SQLite extends IonicNativePlugin {
|
||||
*/
|
||||
@Cordova()
|
||||
echoTest(): Promise<any> { return; }
|
||||
|
||||
/**
|
||||
* Automatically verify basic database access operations including opening a database
|
||||
* @returns {Promise<any>}
|
||||
*/
|
||||
@Cordova()
|
||||
selfTest(): Promise<any> { return; }
|
||||
|
||||
/**
|
||||
* Deletes a database
|
||||
|
Loading…
Reference in New Issue
Block a user