mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
LibWeb: Implement HTMLScriptElement.fetchPriority
This commit is contained in:
committed by
Tim Ledbetter
parent
8315ad6759
commit
21cf2c2981
@@ -17,7 +17,7 @@ interface HTMLScriptElement : HTMLElement {
|
||||
[CEReactions, Reflect] attribute DOMString integrity;
|
||||
[CEReactions, Reflect=referrerpolicy] attribute DOMString referrerPolicy;
|
||||
[FIXME, SameObject, PutForwards=value] readonly attribute DOMTokenList blocking;
|
||||
[FIXME, CEReactions] attribute DOMString fetchPriority;
|
||||
[CEReactions, Enumerated=FetchPriorityAttribute, Reflect=fetchpriority] attribute DOMString fetchPriority;
|
||||
|
||||
static boolean supports(DOMString type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user