mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibWeb: Add IDBKeyRange
This commit is contained in:
parent
20a92a81c4
commit
48fae7b64f
Notes:
github-actions[bot]
2024-11-26 13:52:44 +00:00
Author: https://github.com/stelar7
Commit: 48fae7b64f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2236
Reviewed-by: https://github.com/gmta ✅
8 changed files with 80 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue