[w3c/IndexedDB] IDBIndex::getAllIndexKeys() (Issue #426)

TPAC 2024: Should we add getAllIndexKeys() to IDBIndex?  Like getAllKeys(), but returns index keys instead of primary keys.  

The [proposed getAllEntries()](https://github.com/w3c/IndexedDB/issues/206#issuecomment-566205600) will return index keys as well as primary keys and values for IDBIndex.  However, some scenarios may want to get all index keys without also getting the values.  Getting large values may hinder performance when the values are not needed.

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

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

Received on Monday, 30 September 2024 20:27:47 UTC