Re: [permissions] Could we ask for several permissions at a time ? (#6)

We could but what would be the benefit over:
```Promises.all([Permissions.get('geolocation'), Permissions.get('fullscreen')]);```

Slightly less characters for sure but make good usage of current tools the platform provides.

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

Received on Thursday, 5 March 2015 15:45:42 UTC