LibWeb: Add IDBIndex

This commit is contained in:
stelar7 2024-11-07 18:52:59 +01:00 committed by Jelle Raaijmakers
commit 297c775b34
Notes: github-actions[bot] 2024-11-26 13:53:02 +00:00
8 changed files with 85 additions and 1 deletions

View file

@ -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;