Wenhao Li

Results 2 comments of Wenhao Li

Met the same issue, still wating for this to fix. I'm running on Mac Ventura

in case of get all the size from cache and permanent : ``` async getCacheSize() { if (!(await this.exists("cache")) && !(await this.exists("permanent"))) { return 0; } // Get blobStatObjects. let...