[w3c/IndexedDB] Do not automatically throw in `continuePrimaryKey` for key == cursor position (#105)

Builds on prior PR related to `continuePrimaryKey`.

For `continuePrimaryKey`, do not automatically throw as with `continue`  …
when the key is equal to the cursor's position (the following steps will
instead check that possibility, depending on the `primaryKey` and
object store position)
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/IndexedDB/pull/105

-- Commit Summary --

  * a unique direction is not possible by the time these steps are reached
  * For `continuePrimaryKey`, do not automatically throw as with `continue`

-- File Changes --

    M index.bs (14)

-- Patch Links --

https://github.com/w3c/IndexedDB/pull/105.patch
https://github.com/w3c/IndexedDB/pull/105.diff

-- 
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/pull/105

Received on Monday, 31 October 2016 17:04:14 UTC