Re: [sensors] Add solution for one-shot readings

I haven't looked through this thread in its entirety yet but one 
principle that I would in general like the web to follow is that 
constructors do not perform side-effecty work (like spinning up a 
hardware sensor), and that's left for initialization methods (like 
`.start()`). That's not very well-followed across the web platform 
today, but it makes me lean toward 2.

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

Received on Monday, 7 March 2016 15:46:31 UTC