Closed
Description
openCursor creates a cursor with the key only flag set to false, source as an ObjectStore and then iterates it.
iterate a cursor step 13 checks if the key only flag is false, and then tries to access the referenced value.
Only Index Records have referenced values
Should step 13 be checking if the flag is true? If source is an index? Or am I missing something?