LibWeb/IDB: Add internal ObjectStore type

This commit is contained in:
stelar7 2025-03-24 20:29:33 +01:00 committed by Jelle Raaijmakers
commit 3c5578cc87
Notes: github-actions[bot] 2025-03-27 15:49:50 +00:00
6 changed files with 86 additions and 2 deletions

View file

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