mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibWeb: Implement HTMLLinkElement.fetchPriority
This commit is contained in:
parent
d1f884533e
commit
735859bc10
Notes:
sideshowbarker
2024-07-17 14:36:19 +09:00
Author: https://github.com/jamierocks
Commit: 735859bc10
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/24
Reviewed-by: https://github.com/tcl3 ✅
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
#import <CSS/LinkStyle.idl>
|
||||
#import <HTML/HTMLElement.idl>
|
||||
#import <HTML/Scripting/Fetching.idl>
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/semantics.html#htmllinkelement
|
||||
[Exposed=Window]
|
||||
|
@ -22,7 +23,7 @@ interface HTMLLinkElement : HTMLElement {
|
|||
[FIXME, CEReactions] attribute DOMString referrerPolicy;
|
||||
[FIXME, SameObject, PutForwards=value] readonly attribute DOMTokenList blocking;
|
||||
[CEReactions, Reflect] attribute boolean disabled;
|
||||
[FIXME, CEReactions] attribute DOMString fetchPriority;
|
||||
[CEReactions, Enumerated=FetchPriorityAttribute, Reflect=fetchpriority] attribute DOMString fetchPriority;
|
||||
|
||||
// Obsolete
|
||||
[CEReactions, Reflect] attribute DOMString charset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue