Sensor.onerror
The onerror event handler is called when an error occurs on one of the child interfaces of the Sensor interface.
Syntax
sensorInstance.onerror = function sensorInstance.addEventListener('error', function() { ... })
Because Sensor is a base class, onerror may only be used on one of its derived classes.
Specifications
| Specification |
|---|
| Generic Sensor API # sensor-onerror |
Browser compatibility
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
onerror |
67 |
79 |
No |
No |
54 |
No |
67 |
67 |
No |
48 |
No |
9.0 |
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/Sensor/onerror