mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 17:19:13 +00:00
LibWeb: Implement HTMLImageElement.fetchPriority
This commit is contained in:
parent
956106c6d8
commit
8315ad6759
Notes:
sideshowbarker
2024-07-17 00:37:23 +09:00
Author: https://github.com/jamierocks
Commit: 8315ad6759
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/24
Reviewed-by: https://github.com/tcl3 ✅
4 changed files with 26 additions and 2 deletions
|
@ -23,7 +23,7 @@ interface HTMLImageElement : HTMLElement {
|
|||
[FIXME, CEReactions] attribute DOMString referrerPolicy;
|
||||
[FIXME, CEReactions] attribute DOMString decoding;
|
||||
[CEReactions, Enumerated=LazyLoadingAttribute, Reflect] attribute DOMString loading;
|
||||
[FIXME, CEReactions] attribute DOMString fetchPriority;
|
||||
[CEReactions, Enumerated=FetchPriorityAttribute, Reflect=fetchpriority] attribute DOMString fetchPriority;
|
||||
|
||||
[FIXME] Promise<undefined> decode();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue