[ambient-light] Is "frequency" available in ALS?

Honry has just created a new issue for 
https://github.com/w3c/ambient-light:

== Is "frequency" available in ALS? ==
>7. If frequency is not null,
>    1. If sensor supports periodic reporting mode,
>        1. Set sensor_instance’s desired frequency to frequency.
>    2. Otherwise,
>        1. throw a TypeError.

> The Ambient Light Sensor has a single supported reporting mode which
 is "auto".

According to above spec description,  "TypeError" will be thrown when 
passing a "frequency" value to ALS, but implementation in [latest 
Chromium 
Canary](https://www.chromium.org/getting-involved/dev-channel) is 
opposite. @riju @tobie 

Please view or discuss this issue at 
https://github.com/w3c/ambient-light/issues/18 using your GitHub 
account

Received on Wednesday, 9 November 2016 08:53:51 UTC