HTMLMediaError
Summary
Represents a media element (audio or video) error.
Properties
- code
- Returns the current HTMLMediaError code or null if no error has occurred.
Methods
No methods.
Events
No events.
Notes
Retrieve the actual error code by using the code property.
Related specifications
- W3C HTML5
- Working Draft
- WHATWG HTML
- Living Standard
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]