- From: Joshua Bell <notifications@github.com>
- Date: Mon, 31 Oct 2016 11:51:49 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
Received on Monday, 31 October 2016 18:52:45 UTC
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