W3cubDocs

/Web APIs

SensorErrorEvent

The SensorErrorEvent interface of the Sensor APIs provides information about errors thrown by a Sensor or derived interface.

Event SensorErrorEvent

Constructor

SensorErrorEvent()

Creates a new SensorErrorEvent object.

Instance properties

SensorErrorEvent.error Read only

Returns the DOMException object passed in the event's constructor.

Specifications

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
SensorErrorEvent 67 79 No No 54 No 67 67 No 48 No 9.0
SensorErrorEvent 67 79 No No 54 No 67 67 No 48 No 9.0
error 67 79 No No 54 No 67 67 No 48 No 9.0

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/SensorErrorEvent