Sensor.onerror
The onerror
EventHandler
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 | Status | Comment |
---|---|---|
Generic Sensor API The definition of 'onerror' in that specification. |
Candidate Recommendation | Initial definition. |
Browser compatibility
BCD tables only load in the browser