mirror of
https://github.com/servo/servo
synced 2026-05-11 09:26:59 +02:00
Retrieve already stored indexes from the backend when querying for other object store data. Also removes the extraneous blocking IPC call when creating an `IDBObjectStore` object by batching all the info into a single struct. Testing: WPT Fixes: #42438 --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com>