mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb/IDB: Add internal ObjectStore type
This commit is contained in:
parent
0979a154fd
commit
3c5578cc87
Notes:
github-actions[bot]
2025-03-27 15:49:50 +00:00
Author: https://github.com/stelar7
Commit: 3c5578cc87
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4077
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/gmta ✅
6 changed files with 86 additions and 2 deletions
|
@ -620,6 +620,7 @@ class IDBOpenDBRequest;
|
|||
class IDBRequest;
|
||||
class IDBTransaction;
|
||||
class IDBVersionChangeEvent;
|
||||
class ObjectStore;
|
||||
class RequestList;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue