mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Implement HTMLImageElement decode
Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
This commit is contained in:
parent
98057799ac
commit
ba359083e5
4 changed files with 33 additions and 0 deletions
|
@ -29,6 +29,9 @@ interface HTMLImageElement : HTMLElement {
|
|||
readonly attribute USVString currentSrc;
|
||||
[CEReactions]
|
||||
attribute DOMString referrerPolicy;
|
||||
|
||||
Promise<undefined> decode();
|
||||
|
||||
// also has obsolete members
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue