mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibWeb: Implement fetching classic scripts using Fetch infrastructure
This commit is contained in:
committed by
Andreas Kling
parent
12976b74ca
commit
a84e64ed22
@@ -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