mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-03 21:02:39 +02:00
LibWeb: Add missing constructors to HTMLElement IDLs
This commit is contained in:
committed by
Andreas Kling
parent
daf421846c
commit
5c8be3b072
@@ -6,6 +6,8 @@
|
||||
[Exposed=Window]
|
||||
interface HTMLInputElement : HTMLElement {
|
||||
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
readonly attribute HTMLFormElement? form;
|
||||
attribute FileList? files;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user