LibWeb: Add IDBObjectStore

This commit is contained in:
stelar7 2024-11-07 18:56:26 +01:00 committed by Jelle Raaijmakers
commit 16ce2b975a
Notes: github-actions[bot] 2024-11-26 13:52:57 +00:00
8 changed files with 99 additions and 0 deletions

View file

@ -578,6 +578,7 @@ class IDBCursor;
class IDBDatabase;
class IDBFactory;
class IDBIndex;
class IDBObjectStore;
class IDBOpenDBRequest;
class IDBRequest;
class IDBVersionChangeEvent;