LibWeb: Port WebAssembly.Table to IDL

This commit is contained in:
Timothy Flynn 2023-03-15 20:16:22 -04:00 committed by Andreas Kling
commit 2cfcbccdb5
Notes: sideshowbarker 2024-07-17 03:35:16 +09:00
17 changed files with 230 additions and 357 deletions

View file

@ -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,