mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb/IDB: Add internal Index object
This commit is contained in:
parent
8beade51e0
commit
9321ad04c0
Notes:
github-actions[bot]
2025-04-09 17:50:57 +00:00
Author: https://github.com/stelar7
Commit: 9321ad04c0
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4178
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/AtkinsSJ
6 changed files with 119 additions and 0 deletions
|
@ -625,6 +625,7 @@ class IDBOpenDBRequest;
|
|||
class IDBRequest;
|
||||
class IDBTransaction;
|
||||
class IDBVersionChangeEvent;
|
||||
class Index;
|
||||
class ObjectStore;
|
||||
class RequestList;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue