LibWeb: Add support HTMLScriptElement.supports

See 33ff054a6c
This commit is contained in:
Luke Wilde 2021-09-03 21:01:10 +01:00 committed by Andreas Kling
commit 2f426765a6
Notes: sideshowbarker 2024-07-18 04:49:47 +09:00
3 changed files with 33 additions and 0 deletions

View file

@ -6,6 +6,8 @@ interface HTMLScriptElement : HTMLElement {
[Reflect] attribute boolean defer;
[Reflect] attribute DOMString integrity;
static boolean supports(DOMString type);
[Reflect] attribute DOMString charset;
[Reflect] attribute DOMString event;
[Reflect=for] attribute DOMString htmlFor;