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

@ -61,6 +61,7 @@ static bool is_platform_object(Type const& type)
"HTMLCollection"sv,
"IDBCursor"sv,
"IDBIndex"sv,
"IDBObjectStore"sv,
"ImageBitmap"sv,
"ImageData"sv,
"Instance"sv,