mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 19:45:07 +00:00
LibWeb: Add a JavaScript wrapper for HTMLImageElement :^)
This commit is contained in:
parent
22de1e47ec
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