You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I accidentally executed an operation to cache the Img object, as shown in the code below. However, I found that even after I deleted the cache and executed clearAllCache, the RSS it occupies remains high.
constcache=newMap();cache.add(url,awaitloadImage(url));// do something
....
...
setInterval(()=>{cache.clear();clearAllCache();},10000);
The text was updated successfully, but these errors were encountered:
I accidentally executed an operation to cache the Img object, as shown in the code below. However, I found that even after I deleted the cache and executed clearAllCache, the RSS it occupies remains high.
The text was updated successfully, but these errors were encountered: