Mobile developer, get the current cache size (how many M), are there and clear the cache?

Mobile developer, get the current cache size, and clear the cache?

clipboard.png something like this?

Mar.20,2021

this page is generally a native page. If you use js, it is impossible for js to clean up the cache directly unless the outer shell is your own developed app, to obtain the cache size and clear the cache by calling the API.


javascript is definitely not allowed. If you are allowed to clean up, you are in control of some special information in the browser (for example, you can clean up the cookie, of other websites, which involves cross-domain issues, which is definitely not allowed)

Menu