Creates a storage wrapper backed by IndexedDB.
Database name to open in the browser.
Closes the cached database connection.
Deletes a binary blob from IndexedDB.
Deletes a serialized record from IndexedDB.
Reads a binary blob from IndexedDB.
Reads a serialized record from IndexedDB.
Lists all records in a namespace ordered by update timestamp.
Writes or updates a binary blob in IndexedDB.
Writes or updates a serialized record in IndexedDB.
Unified storage surface for serialized records and binary blobs.