- From: Martin Thomson <notifications@github.com>
- Date: Wed, 27 Jan 2016 09:11:08 -0800
- To: w3c/permissions <permissions@noreply.github.com>
Received on Wednesday, 27 January 2016 17:11:47 UTC
> + PermissionDescriptor'> > + <dt> > + DOMString deviceId > + </dt> > + </dl> > + <p>A permission covers access to the device given in the > + associated descriptor. > + </p> > + <p> > + If the descriptor does not have a deviceId, its semantic is that > + it queries for access to any device of that class. > + </p> > + <p> > + If the deviceId is the special string "*", it queries for > + access to all devices of that class, whether they exist > + at the moment or are attached at a later time. When such a Is the difference between an absent deviceId and a deviceId of "*" that absence is "devices of this class that are here now" and "*" means "devices of this class, no matter their current presence" --- Reply to this email directly or view it on GitHub: https://github.com/w3c/permissions/pull/57/files#r51015583
Received on Wednesday, 27 January 2016 17:11:47 UTC