Re: [w3c/IndexedDB] Add getAllRecords() method and update getAll()/getAllKeys() to support direction option (PR #461)

stelar7 left a comment (w3c/IndexedDB#461)

Just a quick first look, but it seems that `getAll` and `getAllKeys` now have almost identical implementations, with the only difference being the parameter passed to `retrieve multiple items from an object store`.

Would it be worth joining these into a single implementation ala. `add or put`?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/pull/461#issuecomment-3052790822
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/IndexedDB/pull/461/c3052790822@github.com>

Received on Wednesday, 9 July 2025 13:59:48 UTC