I want to get the upper limit I can store in indexedDB for storing many large binary files, while StorageManager.estimate() reports much bigger than my real free disk space.
Then I found this answer offered a tip on inspecting chrome://quota-internals/, the page mysteriously shows the correct stat.

This chrome developer blog illustrates how accurate is the estimate, but it doesn't help much.

