The SensorErrorEvent interface of the Sensor APIs provides information
errors thrown by a web.sensors.Sensor or related interface.
The SensorErrorEvent interface of the Sensor APIs provides information errors thrown by a `web.sensors.Sensor` or related interface.
(error this)Property.
[Read Only]
The error read-only property of the web.sensors.SensorErrorEvent
returns the web.dom.DOMException object passed in the event's
var domException = sensorErrorEvent.error;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SensorErrorEvent/error
Property. [Read Only] The error read-only property of the `web.sensors.SensorErrorEvent` returns the `web.dom.DOMException` object passed in the event's `var domException = sensorErrorEvent.error;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SensorErrorEvent/error`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |