Skip to content

Implement IDBObjectStore.index #42438

@jdm

Description

@jdm

Spec: https://w3c.github.io/IndexedDB/#dom-idbobjectstore-index

Code:

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.

Metadata

Metadata

Assignees

Labels

A-content/indexeddbIndexedDB implementation issues.C-has-open-prThere is a PR open that resolves the issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions