mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibWeb: Implement HTML::ImageBitmap
And the two methods of `WindowOrWorkerGlobalScope` that are used as constructors for it.
This commit is contained in:
parent
db0519ddc1
commit
676fc5e8c6
Notes:
sideshowbarker
2024-07-17 08:45:34 +09:00
Author: https://github.com/LucasChollet
Commit: 676fc5e8c6
Pull-request: https://github.com/SerenityOS/serenity/pull/23850
Reviewed-by: https://github.com/shannonbooth ✅
11 changed files with 309 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue