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:
parent
22de1e47ec
commit
370befbf52
6 changed files with 114 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue