-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Implement IDBObjectStore.index #42438
Copy link
Copy link
Closed
Labels
A-content/indexeddbIndexedDB implementation issues.IndexedDB implementation issues.C-has-open-prThere is a PR open that resolves the issueThere is a PR open that resolves the issue
Description
Code:
// IDBIndex index(DOMString name); - https://github.com/servo/servo/blob/main/components/script/dom/indexeddb/idbobjectstore.rs
Tests: ./mach test-wpt tests/wpt/tests/indexeddb
Most of the pieces required to implement this are in place as of #38840, except that the index set in IDBObjectStore needs to be changed from a list of names to a HashMap of names to IDBIndex objects.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-content/indexeddbIndexedDB implementation issues.IndexedDB implementation issues.C-has-open-prThere is a PR open that resolves the issueThere is a PR open that resolves the issue