mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 08:18:55 +00:00
LibWeb: Add IDBIndex
This commit is contained in:
parent
71772d97dc
commit
297c775b34
Notes:
github-actions[bot]
2024-11-26 13:53:02 +00:00
Author: https://github.com/stelar7
Commit: 297c775b34
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2236
Reviewed-by: https://github.com/gmta ✅
8 changed files with 85 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue