- From: Joshua Bell <notifications@github.com>
- Date: Thu, 09 Mar 2017 15:12:09 -0800
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 March 2017 23:12:54 UTC
`openCursor()` with _primaryKey_ specified is still a proposal - no-one implements that. Currently you need to open the cursor against _key_ then maybe call `continuePrimaryKey()` to advance it to the right _primaryKey_ on the first iteration. -- 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/14#issuecomment-285514692
Received on Thursday, 9 March 2017 23:12:54 UTC