BrowserStorageAbuser
BrowserStorageAbuser copied to clipboard
Putting large files into IndexDB
When we put large file into the IndexedDB below message is shown in Chrome. "The serialized value is too large (size=140989466 bytes, max=133169152 bytes)" Is there any hard limit of 133169152 bytes for IndexedDB?
This is certainly not an issue of BrowserStorageAbuser but something with Chrome. But since there is no way to contact author, raising as defect to understand whether he faced this issue?