1
Fork 0
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:
Andreas Kling 2020-04-14 20:37:01 +02:00
parent 22de1e47ec
commit 370befbf52
6 changed files with 114 additions and 0 deletions

View file

@ -36,6 +36,8 @@ class LayoutDocument;
class HTMLImageElement : public HTMLElement {
public:
using WrapperType = Bindings::HTMLImageElementWrapper;
HTMLImageElement(Document&, const FlyString& tag_name);
virtual ~HTMLImageElement() override;