You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: