Re: [sensors] Do we need a lightweight interface representing available sensors?

What is SensorIdentifier?

It makes more sense to have a getAll() return a list of normal JS 
objects, from which you can use the identifiers to create new Sensor 
instances. The createObserver model is a step backwards---remember 
that createObserver itself must call some constructor, so why are you 
hiding that constructor from authors?

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

Received on Monday, 8 June 2015 15:11:44 UTC