Implement the seekto in the MediaSession interface
Categories
(Core :: Audio/Video: Playback, task, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox80 | --- | fixed |
People
(Reporter: chunmin, Assigned: alwu)
References
Details
(Keywords: dev-doc-complete)
Attachments
(3 files, 2 obsolete files)
The seekto will be implemented in the MediaSession API in this bug, but in WebIDL interface since the spec issue: https://github.com/w3c/mediasession/issues/234
| Reporter | ||
Updated•6 years ago
|
| Reporter | ||
Comment 1•6 years ago
|
||
Draft
| Reporter | ||
Comment 2•6 years ago
|
||
Draft
Depends on D68300
| Assignee | ||
Comment 3•6 years ago
|
||
I'm going to implement this before shipping MediaSession API (targeting at 81), at least to keep our API support as same as what Chrome has [1].
| Assignee | ||
Comment 4•6 years ago
|
||
Finish the rest properties according to the spec.
[1] https://w3c.github.io/mediasession/#dictdef-mediasessionactiondetails
| Assignee | ||
Comment 5•6 years ago
|
||
Seekto action is defined in the spec.
https://w3c.github.io/mediasession/#dom-mediasessionaction-seekto
| Assignee | ||
Comment 6•6 years ago
|
||
Updated•6 years ago
|
Comment 8•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/5a0e85f54ce3
https://hg.mozilla.org/mozilla-central/rev/da210606afcd
https://hg.mozilla.org/mozilla-central/rev/3f91a00c4f2d
Updated•5 years ago
|
Comment 9•5 years ago
•
|
||
This is already documented; however, the media session action types weren't previously in BCD, so I've submitted BCD PR 6488 to add MediaSessionAction, which will show up in content as "Media Session action types".
Assorted improvements have been made to the content about media session actions; new examples have been added, etc.
Also listed on Firefox 80 for developers.
Updated•5 years ago
|
Updated•5 years ago
|
Description
•