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

LibWeb: Port HTMLBaseElement interface from DeprecatedString to String

This commit is contained in:
Shannon Booth 2023-09-03 15:46:55 +12:00 committed by Tim Flynn
parent 2a732e6ddd
commit c405ba6b08
3 changed files with 8 additions and 10 deletions

View file

@ -1,7 +1,7 @@
#import <HTML/HTMLElement.idl>
// https://html.spec.whatwg.org/multipage/semantics.html#htmlbaseelement
[Exposed=Window, UseDeprecatedAKString]
[Exposed=Window]
interface HTMLBaseElement : HTMLElement {
[HTMLConstructor] constructor();