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

Oh, and one more thing I'm not sure how you might want fixed... In the bolded parts here:

> 15. If key is equal to this cursor’s position and primaryKey is **less than** or **equal to** this cursor’s object store position and this cursor’s direction is "next" or "nextunique", throw a DataError.
> 16. If key is equal to this cursor’s position and primaryKey is **greater than** or **equal to** this cursor’s object store position and this cursor’s direction is "prev" or "prevunique", throw a DataError.

...these link to comparisons based on *key* whereas I think they should be comparing to value.

-- 
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#issuecomment-257359067

Received on Monday, 31 October 2016 17:23:56 UTC