Re: [sensors] Add a threshold option

Idle idea, not sure if it's a good one: add the following to your 
proposal.

```js
new Sensor({
  change: Sensor.threshold(5, "latitude")
});

new Sensor({
  change: Sensor.threshold(5) // defaults to "value"
});
```

-- 
GitHub Notif of comment by domenic
See https://github.com/w3c/sensors/issues/25#issuecomment-109297011

Received on Friday, 5 June 2015 13:47:26 UTC