Open
Bug 1881058
Opened 1 year ago
Updated 17 days ago
Maintain usage information about blobs in the database
Categories
(Core :: Storage: IndexedDB, task)
Core
Storage: IndexedDB
Tracking
()
NEW
People
(Reporter: janv, Unassigned)
Details
Based on very positive outcomes of bug 1866240, a similar optimization should be done for IndexedDB. IndexedDB stores data for DOM blobs/files in separate files on disk and these files need to be scanned during origin initialization. It would be better to maintain the usage in the database just like we did in bug 1866240 for request/response body files.
You need to log in
before you can comment on or make changes to this bug.
Description
•