mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 10:09:14 +00:00
LibWeb: Add IDBTransaction
This commit is contained in:
parent
16ce2b975a
commit
20a92a81c4
Notes:
github-actions[bot]
2024-11-26 13:52:51 +00:00
Author: https://github.com/stelar7
Commit: 20a92a81c4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2236
Reviewed-by: https://github.com/gmta ✅
8 changed files with 168 additions and 0 deletions
|
@ -581,6 +581,7 @@ class IDBIndex;
|
|||
class IDBObjectStore;
|
||||
class IDBOpenDBRequest;
|
||||
class IDBRequest;
|
||||
class IDBTransaction;
|
||||
class IDBVersionChangeEvent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue