my.clearStorage clears the local data cache. This is an asynchronous interface. Clearing the webview embedded storage data will not clear the storage data of the Mini Program.
my.clearStorage
my.clearStorage();
removeStorage
Remove cached data by key from local storage.
saveFile
Save file in a local position.
Table of Contents
Community