- From: Joshua Bell <notifications@github.com>
- Date: Thu, 18 Jun 2015 17:14:39 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
Received on Friday, 19 June 2015 00:15:16 UTC
In the `openCursor()` case, is the lower-bound of the key range implicitly the index key if primaryKey is specified (and thus it's an error if a open lower bound is specified), or should the range and starting position be decoupled and require both the key and primaryKey to be explicit specified e.g. `openCursor(null, null, {key: x, primaryKey: y})` ? --- Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/issues/14#issuecomment-113323808
Received on Friday, 19 June 2015 00:15:16 UTC