Implement the "skipad" action 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
(2 files)
Implement the skipad
action in the Media Session API defined in https://w3c.github.io/mediasession/#dom-mediasessionaction-skipad
Updated•5 years ago
|
Assignee | ||
Comment 1•5 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 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b77213feadf3
https://hg.mozilla.org/mozilla-central/rev/8f31faae9415
Comment 8•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.
Description
•