LibWeb/IDB: Add internal Index object

This commit is contained in:
stelar7 2025-04-01 18:26:13 +02:00 committed by Andrew Kaster
commit 9321ad04c0
Notes: github-actions[bot] 2025-04-09 17:50:57 +00:00
6 changed files with 119 additions and 0 deletions

View file

@ -625,6 +625,7 @@ class IDBOpenDBRequest;
class IDBRequest;
class IDBTransaction;
class IDBVersionChangeEvent;
class Index;
class ObjectStore;
class RequestList;
}