LibWeb: Add IDBIndex

This commit is contained in:
stelar7 2024-11-07 18:52:59 +01:00 committed by Jelle Raaijmakers
commit 297c775b34
Notes: github-actions[bot] 2024-11-26 13:53:02 +00:00
8 changed files with 85 additions and 1 deletions

View file

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