Which is the method to look up the objects for a range of keys?
Which is the method to look up the objects for a range of keys? Correct Answer openCursor()
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.