Re: [sensors] Batching API for sensor readings

Also, as for `onchnage` event removal, we could have 

```
interface EnvironmentalSensor : Sensor {
attribute EventHandler onchange;
}

interface AmbientLightSensor : EnvironmentalSensor {
}
```

-- 
GitHub Notification of comment by pozdnyakov
Please view or discuss this issue at 
https://github.com/w3c/sensors/issues/171#issuecomment-282698381 using
 your GitHub account

Received on Monday, 27 February 2017 11:43:02 UTC