'when indexedDB store some data,the data will be deflated?

I have a lot of data to store, so I want to know could indexedDB help me to compress data?

https://github.com/google/leveldb README said

Data is automatically compressed using the Snappy compression library.

But, I had tested,data didnt been compressed in dev-tool display panel



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source