mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
LibWeb: Implement fetching classic scripts using Fetch infrastructure
This commit is contained in:
committed by
Andreas Kling
parent
12976b74ca
commit
a84e64ed22
Notes:
sideshowbarker
2024-07-17 11:30:05 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/a84e64ed22 Pull-request: https://github.com/SerenityOS/serenity/pull/18772 Issue: https://github.com/SerenityOS/serenity/issues/18432
@@ -10,7 +10,9 @@ interface HTMLScriptElement : HTMLElement {
|
||||
[CEReactions, Reflect] attribute DOMString type;
|
||||
[CEReactions, Reflect=nomodule] attribute boolean noModule;
|
||||
[CEReactions, Reflect] attribute boolean defer;
|
||||
[CEReactions, Reflect=crossorigin] attribute DOMString? crossOrigin;
|
||||
[CEReactions, Reflect] attribute DOMString integrity;
|
||||
[CEReactions, Reflect=referrerpolicy] attribute DOMString referrerPolicy;
|
||||
|
||||
static boolean supports(DOMString type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user