LibWeb: Implement HTMLImageElement.fetchPriority

This commit is contained in:
Jamie Mansfield 2024-05-27 09:46:36 +01:00 committed by Tim Ledbetter
commit 8315ad6759
Notes: sideshowbarker 2024-07-17 00:37:23 +09:00
4 changed files with 26 additions and 2 deletions

View file

@ -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();