Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
The AmbientLightSensorReading()
constructor creates a new AmbientLightSensorReading
object.
Syntax
var reading = AmbientLightSensorReading.AmbientLightSensorReading(illuminance)
Parameters
- options
- Options are as follows:
- illuminance: TBD.
Specifications
Specification | Status | Comment |
---|---|---|
Ambient Light Sensor The definition of 'AmbientLightSensorReading()' in that specification. |
Editor's Draft | Initial definition. |