Reads a single record from the specified IndexedDB object store by key.
The type of data to read
The name of the object store to read from
The key of the record to retrieve
Promise that resolves to the stored data or undefined if not found
If the read operation fails
Reads a single record from the specified IndexedDB object store by key.