mirror of
https://github.com/servo/servo.git
synced 2025-06-20 23:28:59 +01:00
Add initial IndexedDB Support
Signed-off-by: Ashwin Naren <arihant2math@gmail.com> Co-authored-by: Rasmus Viitanen <rasviitanen@gmail.com> Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
This commit is contained in:
parent
cdff75bbd4
commit
0a79918849
36 changed files with 3108 additions and 9 deletions
|
@ -417,6 +417,13 @@ pub(crate) mod htmltrackelement;
|
|||
pub(crate) mod htmlulistelement;
|
||||
pub(crate) mod htmlunknownelement;
|
||||
pub(crate) mod htmlvideoelement;
|
||||
pub(crate) mod idbdatabase;
|
||||
pub(crate) mod idbfactory;
|
||||
pub(crate) mod idbobjectstore;
|
||||
pub(crate) mod idbopendbrequest;
|
||||
pub(crate) mod idbrequest;
|
||||
pub(crate) mod idbtransaction;
|
||||
pub(crate) mod idbversionchangeevent;
|
||||
pub(crate) mod iirfilternode;
|
||||
pub(crate) mod imagebitmap;
|
||||
pub(crate) mod imagedata;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue