LibWeb: Add a JavaScript wrapper for HTMLImageElement :^)

This commit is contained in:
Andreas Kling 2020-04-14 20:37:01 +02:00
commit 370befbf52
Notes: sideshowbarker 2024-07-19 07:35:45 +09:00
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;