LibWeb: Add IDBCursor

This commit is contained in:
stelar7 2024-11-07 18:49:31 +01:00 committed by Jelle Raaijmakers
commit 71772d97dc
Notes: github-actions[bot] 2024-11-26 13:53:08 +00:00
8 changed files with 88 additions and 0 deletions

View file

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