mirror of
https://github.com/servo/servo.git
synced 2025-07-27 01:00:41 +01:00
Fix Decode doc link
Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
This commit is contained in:
parent
ba359083e5
commit
dba5daddeb
1 changed files with 1 additions and 1 deletions
|
@ -1609,7 +1609,7 @@ impl HTMLImageElementMethods for HTMLImageElement {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-decode>
|
/// <https://html.spec.whatwg.org/multipage/#dom-img-decode>
|
||||||
fn Decode(&self) -> Rc<Promise> {
|
fn Decode(&self) -> Rc<Promise> {
|
||||||
// Step 1
|
// Step 1
|
||||||
let promise = Promise::new(&self.global());
|
let promise = Promise::new(&self.global());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue