The SensorErrorEvent
constructor creates a new SensorErrorEvent
object which provides information about errors thrown by any of the interfaces based on Sensor
.
The SensorErrorEvent
constructor creates a new SensorErrorEvent
object which provides information about errors thrown by any of the interfaces based on Sensor
.
new SensorErrorEvent(type); new SensorErrorEvent(type, {error: domException});
Will always be 'SensorErrorEvent'
.
Currently only one option is supported:
error
: An instance of DOMException
.Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
SensorErrorEvent |
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/SensorErrorEvent/SensorErrorEvent