mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Updated servo-media
This commit is contained in:
parent
2304f02123
commit
4282141c14
4 changed files with 14 additions and 8 deletions
|
@ -1038,6 +1038,9 @@ impl HTMLMediaElement {
|
|||
},
|
||||
_ => {},
|
||||
},
|
||||
PlayerEvent::PositionChanged(_) => {
|
||||
// TODO: Support for HTMLMediaElement seeking and related API properties #21998
|
||||
},
|
||||
PlayerEvent::EndOfStream => {
|
||||
// https://html.spec.whatwg.org/multipage/#media-data-processing-steps-list
|
||||
// => "If the media data can be fetched but is found by inspection to be in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue