Re: [w3c/IndexedDB] Add descending order for getAll() and getAllKeys() (#130)

TPAC 2024: The https://github.com/w3c/IndexedDB/issues/206#issuecomment-566205600 adds a direction option to support reverse iteration. For consistency, should we also expose this option to getAll() and getAllKeys()?

Providing the direction option on getAllKeys() might be useful for reverse iteration scenarios that don't want to load every value enumerated like getAllEntries() behaves.

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

Message ID: <w3c/IndexedDB/issues/130/2411976178@github.com>

Received on Monday, 14 October 2024 18:37:20 UTC