mirror of https://github.com/vector-im/riot-web
Add jsdoc
parent
fc2173a789
commit
ac300a293e
|
@ -671,6 +671,7 @@ export async function onLoggedOut() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @param {object} opts Options for how to clear storage.
|
||||||
* @returns {Promise} promise which resolves once the stores have been cleared
|
* @returns {Promise} promise which resolves once the stores have been cleared
|
||||||
*/
|
*/
|
||||||
async function _clearStorage(opts: {deleteEverything: boolean}) {
|
async function _clearStorage(opts: {deleteEverything: boolean}) {
|
||||||
|
|
Loading…
Reference in New Issue