Re: [w3c/IndexedDB] Add openCursor(key, primaryKey) and continuePrimaryKey (#14)

`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