mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
LibWeb: Implement HTMLScriptElement.async
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 05:01:20 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/7f0920b0e9 Pull-request: https://github.com/SerenityOS/serenity/pull/23964
@@ -10,7 +10,7 @@ interface HTMLScriptElement : HTMLElement {
|
||||
[CEReactions, Reflect] attribute DOMString src;
|
||||
[CEReactions, Reflect] attribute DOMString type;
|
||||
[CEReactions, Reflect=nomodule] attribute boolean noModule;
|
||||
// FIXME: [CEReactions] attribute boolean async;
|
||||
[CEReactions] attribute boolean async;
|
||||
[CEReactions, Reflect] attribute boolean defer;
|
||||
[CEReactions, Reflect=crossorigin, Enumerated=CORSSettingsAttribute] attribute DOMString? crossOrigin;
|
||||
[CEReactions] attribute DOMString text;
|
||||
|
||||
Reference in New Issue
Block a user