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

LibWeb: Port HTMLSelectElement from DeprecatedString to String

This commit is contained in:
Shannon Booth 2023-08-12 21:30:19 +12:00 committed by Andreas Kling
parent d5409a056a
commit d706f9f241
3 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
#import <HTML/HTMLOptionsCollection.idl>
// https://html.spec.whatwg.org/multipage/form-elements.html#htmlselectelement
[Exposed=Window]
[Exposed=Window, UseNewAKString]
interface HTMLSelectElement : HTMLElement {
[HTMLConstructor] constructor();