Discussion :: Javascript - CS
- What is the alternate way to search in an IndexedDB API?
Answer : Option C
Explanation :
In addition to retrieving objects from an object store by their primary key value, you may want to be able to search based on the value of other properties in the object. In order to be able to do this, you can define any number of indexes on the object store.
Be The First To Comment