mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:27:35 +00:00
LibWeb: Add FileList from the FileAPI spec
This commit is contained in:
parent
162e4179fc
commit
ffab9fb44e
6 changed files with 106 additions and 0 deletions
|
@ -92,6 +92,8 @@
|
|||
#include <LibWeb/Bindings/EventTargetConstructor.h>
|
||||
#include <LibWeb/Bindings/EventTargetPrototype.h>
|
||||
#include <LibWeb/Bindings/FileConstructor.h>
|
||||
#include <LibWeb/Bindings/FileListConstructor.h>
|
||||
#include <LibWeb/Bindings/FileListPrototype.h>
|
||||
#include <LibWeb/Bindings/FilePrototype.h>
|
||||
#include <LibWeb/Bindings/FocusEventConstructor.h>
|
||||
#include <LibWeb/Bindings/FocusEventPrototype.h>
|
||||
|
@ -449,6 +451,7 @@
|
|||
ADD_WINDOW_OBJECT_INTERFACE(Event) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(EventTarget) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(File) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(FileList) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(Headers) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(History) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(HTMLAnchorElement) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue