mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
Merge pull request #5410 from schlaus/patch-1
docs(storage): correct documented signature for remove()
This commit is contained in:
@ -186,7 +186,6 @@ export class SqlStorage extends StorageEngine {
|
|||||||
/**
|
/**
|
||||||
* Remove the value in the database for the given key.
|
* Remove the value in the database for the given key.
|
||||||
* @param {string} key the key
|
* @param {string} key the key
|
||||||
* @param {string} value The value (as a string)
|
|
||||||
* @return {Promise} that resolves or rejects with an object of the form { tx: Transaction, res: Result (or err)}
|
* @return {Promise} that resolves or rejects with an object of the form { tx: Transaction, res: Result (or err)}
|
||||||
*/
|
*/
|
||||||
remove(key: string): Promise<any> {
|
remove(key: string): Promise<any> {
|
||||||
|
Reference in New Issue
Block a user