The Sensor
interface of the the Sensor APIs is the base class for all the other sensor interfaces. This interface cannot be used directly. Instead it provides properties, event handlers, and methods accessed by interfaces that inherit from it.
If a feature policy blocks use of a feature it is because your code is inconsistent with the policies set on your server. This is not something that would ever be shown to a user. See Feature-Policy
for implementation instructions.
Below is a list of interfaces based on the Sensor interface.
Sensor.activated
Read only
Boolean
indicating whether the sensor is active.Sensor.hasReading
Read only
Boolean
indicating whether the sensor has a reading.Sensor.timestamp
Read only
Sensor.onerror
Sensor
interface.Sensor.onreading
Sensor.onactivate
Sensor.start()
Sensor
.Sensor.stop()
Sensor
.Specification | Status | Comment |
---|---|---|
Generic Sensor API The definition of 'Sensor' in that specification. | Candidate Recommendation | Initial definition. |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | 69 | ? | ? | ? | 56 | ? |
activated |
69 | ? | ? | ? | 56 | ? |
hasReading |
69 | ? | ? | ? | 56 | ? |
onactivate |
69 | ? | ? | ? | 56 | ? |
onerror |
69 | ? | ? | ? | 56 | ? |
onreading |
69 | ? | ? | ? | 56 | ? |
start |
69 | ? | ? | ? | 56 | ? |
stop |
69 | ? | ? | ? | 56 | ? |
timestamp |
69 | ? | ? | ? | 56 | ? |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | 69 | 69 | ? | ? | 56 | ? | ? |
activated |
69 | 69 | ? | ? | 56 | ? | ? |
hasReading |
69 | 69 | ? | ? | 56 | ? | ? |
onactivate |
69 | 69 | ? | ? | 56 | ? | ? |
onerror |
69 | 69 | ? | ? | 56 | ? | ? |
onreading |
69 | 69 | ? | ? | 56 | ? | ? |
start |
69 | 69 | ? | ? | 56 | ? | ? |
stop |
69 | 69 | ? | ? | 56 | ? | ? |
timestamp |
69 | 69 | ? | ? | 56 | ? | ? |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/Sensor