Re: [w3c/IndexedDB] primaryKey compared to object store position is by value rather than key (#106)

It's definitely obscure. :) An index is itself defined as an abstract key/value store; the _key_ is the index key and the _value_ is the key of the corresponding object store record, i.e. the primary key. That's how it's defined in:

https://w3c.github.io/IndexedDB/#index-construct


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/106#issuecomment-257385379

Received on Monday, 31 October 2016 18:52:45 UTC