LibWeb: Implement HTML::ImageBitmap

And the two methods of `WindowOrWorkerGlobalScope` that are used as
constructors for it.
This commit is contained in:
Lucas CHOLLET 2024-04-04 21:48:58 -04:00 committed by Andreas Kling
commit 676fc5e8c6
Notes: sideshowbarker 2024-07-17 08:45:34 +09:00
11 changed files with 309 additions and 2 deletions

View file

@ -177,6 +177,7 @@ libweb_js_bindings(HTML/HTMLTrackElement)
libweb_js_bindings(HTML/HTMLUListElement)
libweb_js_bindings(HTML/HTMLUnknownElement)
libweb_js_bindings(HTML/HTMLVideoElement)
libweb_js_bindings(HTML/ImageBitmap)
libweb_js_bindings(HTML/ImageData)
libweb_js_bindings(HTML/Location)
libweb_js_bindings(HTML/MediaError)