LibWeb: Add stub implementation of CSS FontFace Web API

This commit is contained in:
Andrew Kaster 2024-05-07 10:05:29 -06:00 committed by Andreas Kling
commit 2c31d7dddc
Notes: sideshowbarker 2024-07-17 03:35:16 +09:00
7 changed files with 130 additions and 0 deletions

View file

@ -48,6 +48,7 @@ static bool is_platform_object(Type const& type)
"DOMRectReadOnly"sv,
"EventTarget"sv,
"FileList"sv,
"FontFace"sv,
"FormData"sv,
"HTMLCollection"sv,
"ImageBitmap"sv,