The onerror property of the HTMLMediaElement interface is the EventHandler for processing error events.
The error event fires when some form of error occurs while attempting to load or perform the media.
Syntax
HTMLMediaElement.onerror = EventListener;
Value
A function which serves as the event handler for the error event. When an error occurs, the specified function will be called. If null, no error handler is in effect.
Specifications
| Specification | Status | Comment |
| HTML Living StandardThe definition of 'onerror' in that specification. | Living Standard |
Browser compatibility
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.
Update compatibility data on GitHub
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
onerror
|
Chrome
Full support Yes |
Edge
Full support 12 |
Firefox
Full support 3.5 |
IE
Full support 9 |
Opera
Full support Yes |
Safari
Full support Yes |
WebView Android
Full support Yes |
Chrome Android
Full support Yes |
Firefox Android
Full support Yes |
Opera Android
Full support Yes |
Safari iOS
Full support Yes |
Samsung Internet Android
Full support Yes |
Legend
- Full support
- Full support
See also
HTMLMediaElement.onerror by Mozilla Contributors is licensed under CC-BY-SA 2.5.