mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-01 03:47:48 +02:00
LibWeb: Implement HTMLImageElement::decode with a few FIXMEs
Implements enough of HTMLImageElement::decode for it to not break websites and actually load an image :) (cherry picked from commit 862fc91b2cf9bee9b7f180cdf930c6c99b5dd053)
This commit is contained in:
committed by
Nico Weber
parent
69514c8a18
commit
18d589c520
@@ -26,7 +26,7 @@ interface HTMLImageElement : HTMLElement {
|
||||
[CEReactions, Enumerated=LazyLoadingAttribute, Reflect] attribute DOMString loading;
|
||||
[CEReactions, Enumerated=FetchPriorityAttribute, Reflect=fetchpriority] attribute DOMString fetchPriority;
|
||||
|
||||
[FIXME] Promise<undefined> decode();
|
||||
Promise<undefined> decode();
|
||||
|
||||
// Obsolete
|
||||
[CEReactions, Reflect] attribute DOMString name;
|
||||
|
||||
Reference in New Issue
Block a user