Reading the Data from the Object Store
Learn to read data stored in the object store.
We'll cover the following...
Follow the steps below to get the stored data from the object store:
Open the database.
Create a transaction to access the object store.
Use the
get()
method to get the data ...