1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:28:10 +00:00

LibWeb: Port HTMLInputElement interface from DeprecatedString to String

This commit is contained in:
Shannon Booth 2023-09-03 16:27:10 +12:00 committed by Tim Flynn
parent f4bc1602e2
commit 938356da98
3 changed files with 14 additions and 13 deletions

View file

@ -3,7 +3,7 @@
#import <FileAPI/FileList.idl>
// https://html.spec.whatwg.org/multipage/input.html#htmlinputelement
[Exposed=Window, UseDeprecatedAKString]
[Exposed=Window]
interface HTMLInputElement : HTMLElement {
[HTMLConstructor] constructor();