LibWeb: Add IDBKeyRange

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

View file

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