Implement `document.autoplayPolicy` API
Categories
(Core :: Audio/Video: Playback, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Comment 7•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/63c3828351f0
https://hg.mozilla.org/mozilla-central/rev/3420cf8f79a9
Comment 8•6 years ago
|
||
:cmills-- when we get to the docs for this one, I'll take it.
Comment 9•6 years ago
|
||
(In reply to Eric Shepherd [:sheppy] from comment #8)
:cmills-- when we get to the docs for this one, I'll take it.
WFM; I've added you to the relevant MDN roadmap card: https://trello.com/c/4emMB6Y8/146-autoplay-api-fx-66
Comment 10•6 years ago
|
||
Again, I don't think this is available in 66; see https://bugzilla.mozilla.org/show_bug.cgi?id=1487844#c9. I could be wrong.
Assignee | ||
Comment 11•6 years ago
|
||
This API is controled by the pref "dom.media.autoplay.autoplay-policy-api", which is default off. If user turns on this pref in 66, then they can use the API no matter whether we enable blocking autoplay or not.
Comment 12•6 years ago
|
||
I've added this to the "experimental features in Firefox" page. It's currently mentioned on the Fx for 66 page, but can be removed if we decide to.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 13•6 years ago
|
||
(In reply to Eric Shepherd [:sheppy] from comment #12)
I've added this to the "experimental features in Firefox" page. It's currently mentioned on the Fx for 66 page, but can be removed if we decide to.
It sounds good to me to mention that this API is just an experimental feature which hasn't be a part of the offical spec, thank you.
Comment 14•6 years ago
|
||
The docs for this one sound done, for now.
Description
•