Re: [w3c/permissions] Remove object-based permissions (#42)

The important reason for using an object selector rather than a string selector is that the API needs to support querying / requesting permission for multiple devices.
These can, in theory, be named by strings ("camera-xyzaerg"), since the camera ID is a string, but I dislike going to string parsing when we have an object model available.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/issues/42#issuecomment-243354323

Received on Tuesday, 30 August 2016 07:20:58 UTC