mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
LibWeb: Add IDBObjectStore
This commit is contained in:
parent
297c775b34
commit
16ce2b975a
Notes:
github-actions[bot]
2024-11-26 13:52:57 +00:00
Author: https://github.com/stelar7
Commit: 16ce2b975a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2236
Reviewed-by: https://github.com/gmta ✅
8 changed files with 99 additions and 0 deletions
|
@ -578,6 +578,7 @@ class IDBCursor;
|
|||
class IDBDatabase;
|
||||
class IDBFactory;
|
||||
class IDBIndex;
|
||||
class IDBObjectStore;
|
||||
class IDBOpenDBRequest;
|
||||
class IDBRequest;
|
||||
class IDBVersionChangeEvent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue