Sensor.hasReading
The hasReading
read-only property of the Sensor
interface returns a boolean value indicating whether the sensor has a reading.
Syntax
var boolean = sensorInstance.hasReading
Because Sensor
is a base class, hasReading
may only be read from one of its derived classes.
Value
A boolean value.
Specifications
Specification |
---|
Generic Sensor API # sensor-has-reading |
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 | |
hasReading |
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/hasReading