mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-05 15:49:15 +00:00
LibWeb: Add a JavaScript wrapper for HTMLImageElement :^)
This commit is contained in:
parent
22de1e47ec
commit
370befbf52
Notes:
sideshowbarker
2024-07-19 07:35:45 +09:00
Author: https://github.com/awesomekling
Commit: 370befbf52
6 changed files with 114 additions and 0 deletions
|
@ -36,6 +36,8 @@ class LayoutDocument;
|
|||
|
||||
class HTMLImageElement : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLImageElementWrapper;
|
||||
|
||||
HTMLImageElement(Document&, const FlyString& tag_name);
|
||||
virtual ~HTMLImageElement() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue