- From: Mounir Lamouri <notifications@github.com>
- Date: Tue, 17 Mar 2015 04:25:42 -0700
- To: w3c/permissions <permissions@noreply.github.com>
Received on Tuesday, 17 March 2015 11:26:11 UTC
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