mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 17:05:06 +00:00
LibWeb: Implement fetching classic scripts using Fetch infrastructure
This commit is contained in:
parent
12976b74ca
commit
a84e64ed22
3 changed files with 86 additions and 60 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue