Re: [sensors] Dependency on [DOM] due to inheriting from EventTarget

@mattpodwysocki If the sensor models a continuous time series, or so 
discrete as to seem continuous, poll/pull is appropriate. Observables 
are appropriate for discrete time series data, or data that is sampled
 at a discrete frequency on your behalf, provided that the sample 
frequency is granular enough that the consumer would be inclined to 
poll much more frequently that the value actually changes.

-- 
GitHub Notif of comment by kriskowal
See https://github.com/w3c/sensors/issues/21#issuecomment-108035466

Received on Tuesday, 2 June 2015 18:05:06 UTC