Re: [ambient-light] What illuminance value should be reported for stopped sensor?

@tobie, I understand how you want API to behave, it is just bit 
confusing, maybe 
[Sensor.reading](https://w3c.github.io/sensors/#sensor-reading) 
section needs to be reformulated somehow. Spec says that 
[Sensor.reading](https://w3c.github.io/sensors/#sensor-reading) points
 to current reading. Reading is an object, therefore if I write `let 
cached = Sensor.reading;` by default JS engines will make reference, 
as a web developer I might think that cached is pointing to current 
reading. While in your example, Sensor.reading getter makes a 
immutable clone of a current reading.

-- 
GitHub Notification of comment by alexshalamov
Please view or discuss this issue at 
https://github.com/w3c/ambient-light/issues/15#issuecomment-257415154 
using your GitHub account

Received on Monday, 31 October 2016 20:44:25 UTC