The HTMLMediaElement.controller
property represents the media controller assigned to the element.
Syntax
...
Value
A MediaController
object or null
if no media controller is assigned to the element. The default is null
.
Example
...
Specifications
Specification | Status | Comment |
---|---|---|
HTML5 The definition of 'HTMLMediaElement.controller' in that specification. |
Recommendation | Initial definition. |
Browser compatibility
BCD tables only load in the browser
See also
- The interface defining it,
HTMLMediaElement
.