mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
LibWeb: Port WebAssembly.Table to IDL
This commit is contained in:
parent
ca96f8e364
commit
2cfcbccdb5
Notes:
sideshowbarker
2024-07-17 03:35:16 +09:00
Author: https://github.com/trflynn89
Commit: 2cfcbccdb5
Pull-request: https://github.com/SerenityOS/serenity/pull/17878
Reviewed-by: https://github.com/alimpfard ✅
17 changed files with 230 additions and 357 deletions
|
@ -48,6 +48,7 @@ static bool is_platform_object(Type const& type)
|
|||
"ReadableStream"sv,
|
||||
"Request"sv,
|
||||
"Selection"sv,
|
||||
"Table"sv,
|
||||
"Text"sv,
|
||||
"TextMetrics"sv,
|
||||
"URLSearchParams"sv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue