Re: [sensors] granularity of Permission name for concrete/ fusion sensors

The below suggestion would work for now since the use cases are 
limited:

let s = new OrientationSensor();
permissions.query(s).then(/*...*/);

And this would imply a high-level permission model.  In my opinion, 
any high-level sensor usage is a use-case of sensor fusion.  In 
future, I expect more use cases using multiple low-level sensors. Do 
we want to behave all of them like what you suggest for orientation 
e.g. does this make sense to you?:

let s = new HeadTrackerSensor();
permissions.query(s).then(/*...*/);

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

Received on Monday, 14 November 2016 15:43:53 UTC