HTMLMediaElement: controlsList property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
The controlsList
property of the
HTMLMediaElement
interface returns a DOMTokenList that helps the user
agent select what controls to show on the media element whenever the user agent shows
its own set of controls. The DOMTokenList takes one or more of three possible values:
nodownload
, nofullscreen
, and noremoteplayback
.
Value
A DOMTokenList
.
Specifications
Specification |
---|
Unknown specification # solution-outline |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
controlsList |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.