Open
Description
TPAC 2024: Should we add getAllIndexKeys() to IDBIndex? Like getAllKeys(), but returns index keys instead of primary keys.
The proposed getAllEntries() 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.