Skip to content

Commit

Permalink
Add spec reference
Browse files Browse the repository at this point in the history
  • Loading branch information
pylbrecht committed Apr 2, 2024
1 parent 8ac6d64 commit 30ddae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/script/dom/htmlmediaelement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2868,6 +2868,7 @@ impl FetchResponseListener for HTMLMediaElementFetchListener {
}
}

// => "Once the entire media resource has been fetched..."
if status.is_ok() && self.latest_fetched_content != 0 {
elem.upcast::<EventTarget>().fire_event(atom!("progress"));

Expand Down

0 comments on commit 30ddae8

Please sign in to comment.