1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 03:07:44 +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

@ -6,6 +6,7 @@ LIBWEB_OBJS = \
Bindings/EventListenerWrapper.o \
Bindings/EventTargetWrapper.o \
Bindings/HTMLCanvasElementWrapper.o \
Bindings/HTMLImageElementWrapper.o \
Bindings/MouseEventWrapper.o \
Bindings/NavigatorObject.o \
Bindings/NodeWrapper.o \