Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What is the alternate way to search in an IndexedDB API?

  2. A.

     Key

    B.

     Address

    C.

     Indexes

    D.

     All of the mentioned

    View Answer

    Workspace

    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