Examveda
Examveda

Which is the method to look up the objects for a range of keys?

A. lookRange()

B. openCursor()

C. lookall()

D. None of the mentioned

Answer: Option B

Solution(By Examveda Team)

If you want to look up the objects for a range of keys, you create an IDBRange object and pass it to the openCursor() method of the object store.

Join The Discussion

Related Questions on Document Object Model and Event Handling