mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
HTMLImageElement: Improve decoding stub
Add an enum and warn when setting to sync/async.
This commit is contained in:
parent
03f9915054
commit
977e77bd4a
Notes:
github-actions[bot]
2024-09-04 07:56:27 +00:00
Author: https://github.com/jdahlin 🔰
Commit: 977e77bd4a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1250
3 changed files with 40 additions and 1 deletions
|
@ -22,7 +22,7 @@ interface HTMLImageElement : HTMLElement {
|
|||
readonly attribute boolean complete;
|
||||
readonly attribute USVString currentSrc;
|
||||
[CEReactions, Reflect=referrerpolicy, Enumerated=ReferrerPolicy] attribute DOMString referrerPolicy;
|
||||
[FIXME, CEReactions] attribute DOMString decoding;
|
||||
[CEReactions] attribute DOMString decoding;
|
||||
[CEReactions, Enumerated=LazyLoadingAttribute, Reflect] attribute DOMString loading;
|
||||
[CEReactions, Enumerated=FetchPriorityAttribute, Reflect=fetchpriority] attribute DOMString fetchPriority;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue