how memory managed in PWA application in browser

0
Hi Team, we are trying to find the maximum space of PWA apps in Browser. Also, we are trying figure out which disk space browser is taking ? we have seen this link https://web.dev/storage-for-the-web/#check and implemented the Storage API in our application. When we tested it in multiple user systems, it is showing random ratio of disk space vs Maximum application space(Total Quota Available for PWA). User 1:  Free Space : 397 GB, Total Quota Available for PWA : 282 GB (C Drive only available) User 2:  Free Space : 251 GB( C Drive : 38.3GB : D Drive : 213 GB) , Total Quota Available for PWA : 122.7 GB User 3:  Free Space : 251 GB( C Drive : 10.2 GB D Drive : 283 GB) , Total Quota Available for PWA  : 114 GB Please clarify/ help us to understand which disk space is getting used or how memory managed in PWA application in browser ?
asked
1 answers
0

I would expect it to vary by browser and OS.

See stackoverflow also.

answered