LibWeb: Port HTMLScriptElement interface from DeprecatedString to String

This commit is contained in:
Shannon Booth
2023-09-03 15:26:16 +12:00
committed by Tim Flynn
parent 914fb90bbe
commit 2ab7129595
2 changed files with 3 additions and 3 deletions

View File

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