[permissions] Should we have a more explicit enumerating process? (#13)

The TAG review points out that it is not possible to enumerate permissions. It is actually possible to do:
```js
Permissions.query('foo').catch(function() {});
```

But is that enough?

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/issues/13

Received on Tuesday, 17 March 2015 11:26:11 UTC