Re: [permissions] Let each permission refine its algorithms and store data. (#66)

>        </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