- From: Jeffrey Yasskin <notifications@github.com>
- Date: Fri, 11 Mar 2016 13:34:59 -0800
- To: w3c/permissions <permissions@noreply.github.com>
Received on Friday, 11 March 2016 21:35:30 UTC
> </p>
> + <dl>
> + <dt>
> + An <dfn data-export="">associated PermissionDescriptor</dfn>
> + </dt>
> + <dd>
> + A subtype of <a>PermissionDescriptor</a>.
Hm, I didn't check the examples before writing this, but I see just:
```javascript
{name:'geolocation'}
{name:'notifications'}
{name:'camera', deviceId: devices[0].deviceId}
```
which are all instances of subtypes of `PermissionDescriptor`:
```webidl
dictionary PermissionDescriptor {
required PermissionName name;
};
```
What example are you looking at?
---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/pull/66/files#r55891933
Received on Friday, 11 March 2016 21:35:30 UTC