LibWeb: Add IDBTransaction

This commit is contained in:
stelar7 2024-11-07 19:00:20 +01:00 committed by Jelle Raaijmakers
commit 20a92a81c4
Notes: github-actions[bot] 2024-11-26 13:52:51 +00:00
8 changed files with 168 additions and 0 deletions

View file

@ -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,