- From: Joshua Bell <notifications@github.com>
- Date: Fri, 02 May 2025 09:56:31 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 2 May 2025 16:56:35 UTC
inexorabletash left a comment (w3c/IndexedDB#450) Probably also worth noting: `"next"` is the easy case, where iterating is in natural order (that is, sorted first by the index key, the secondarily by the primary key. `"nextunique"` and `"prev"` are similarly unsurprising. `"prevunique"` is more complicated, because we agreed to match SQLite semantics and return the _first_ plausible record rather than the _last_ plausible record. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/issues/450#issuecomment-2847683593 You are receiving this because you are subscribed to this thread. Message ID: <w3c/IndexedDB/issues/450/2847683593@github.com>
Received on Friday, 2 May 2025 16:56:35 UTC