mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
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:
parent
18230e9630
commit
f30be4e1ab
5 changed files with 108 additions and 57 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue