mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-30 14:20:21 +00:00
LibWeb: Add IDBIndex
This commit is contained in:
parent
71772d97dc
commit
297c775b34
Notes:
github-actions[bot]
2024-11-26 13:53:02 +00:00
Author: https://github.com/stelar7
Commit: 297c775b34
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2236
Reviewed-by: https://github.com/gmta ✅
8 changed files with 85 additions and 1 deletions
|
@ -575,8 +575,9 @@ class Performance;
|
|||
namespace Web::IndexedDB {
|
||||
class Database;
|
||||
class IDBCursor;
|
||||
class IDBFactory;
|
||||
class IDBDatabase;
|
||||
class IDBFactory;
|
||||
class IDBIndex;
|
||||
class IDBOpenDBRequest;
|
||||
class IDBRequest;
|
||||
class IDBVersionChangeEvent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue