mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +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
|
@ -62,6 +62,7 @@ static bool is_platform_object(Type const& type)
|
|||
"IDBCursor"sv,
|
||||
"IDBIndex"sv,
|
||||
"IDBObjectStore"sv,
|
||||
"IDBTransaction"sv,
|
||||
"ImageBitmap"sv,
|
||||
"ImageData"sv,
|
||||
"Instance"sv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue