- From: Steven Becker <notifications@github.com>
- Date: Tue, 01 Oct 2024 11:04:48 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 1 October 2024 18:04:52 UTC
The [proposed getAllEntries()](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/427 You are receiving this because you are subscribed to this thread. Message ID: <w3c/IndexedDB/issues/427@github.com>
Received on Tuesday, 1 October 2024 18:04:52 UTC