-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Implement IndexedDB indices #38100
Copy link
Copy link
Labels
A-content/indexeddbIndexedDB implementation issues.IndexedDB implementation issues.C-assignedThere is someone working on resolving the issueThere is someone working on resolving the issue
Description
Without this interface, index related operations cannot be implemented (for example IDBObjectStore::getKey).
- Stub interface Stub out IDBIndex #38813
- Implement creating/deleting indices (sync operations that are somewhat separate from the rest of the API) indexeddb: IDBIndex creation and deletion #38840
- Create schemas for storing index data indexeddb: Add index schemas #38891
- Update index data during each put, clear, and delete operation. indexeddb: Update index data in backend #42416
- Implement IDBIndex interface. (Partially by indexeddb: Update index data in backend #42416, more has to be done though)
- Implement cursors for iterating through indices See also: Implement IndexedDB cursors #38111
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-content/indexeddbIndexedDB implementation issues.IndexedDB implementation issues.C-assignedThere is someone working on resolving the issueThere is someone working on resolving the issue