mirror of
https://github.com/servo/servo.git
synced 2025-06-28 19:13:41 +01:00
Update servo-media to fix intermittent timeouts
This commit is contained in:
parent
b19f9d9c5b
commit
21f67a99f5
2 changed files with 8 additions and 6 deletions
|
@ -1038,7 +1038,9 @@ impl HTMLMediaElement {
|
|||
},
|
||||
_ => {},
|
||||
},
|
||||
PlayerEvent::PositionChanged(_) => {
|
||||
PlayerEvent::PositionChanged(_) |
|
||||
PlayerEvent::SeekData(_) |
|
||||
PlayerEvent::SeekDone(_) => {
|
||||
// TODO: Support for HTMLMediaElement seeking and related API properties #21998
|
||||
},
|
||||
PlayerEvent::EndOfStream => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue