Stub out IDBIndex (#38813)

Stubs the IDBIndex interface.

Testing: Mostly stubbing. Eventually covered by WPT.
Fixes: Partially #38100

---------

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
This commit is contained in:
Ashwin Naren 2025-08-21 15:54:19 -07:00 committed by GitHub
parent 18230e9630
commit f30be4e1ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 108 additions and 57 deletions

View file

@ -428,6 +428,7 @@ pub(crate) mod htmlunknownelement;
pub(crate) mod htmlvideoelement;
pub(crate) mod idbdatabase;
pub(crate) mod idbfactory;
pub(crate) mod idbindex;
pub(crate) mod idbkeyrange;
pub(crate) mod idbobjectstore;
pub(crate) mod idbopendbrequest;