Re: [w3c/permissions] Requesting permissions needs to be able to ask for multiple things (#92)

@domenic, the issue with the first option is that the UA will have to do some magic behind the hood in order to combine requests coming together. If the spec recommends to combine requests with `Promise.all()`, it will force UAs to combine requests coming in the same event loop as in `request(); stuff(); request();`. I'm not sure if we want to enforce that kind of magic and likely sometimes unexpected behaviour. Every call should have a reliable outcome and depending on whether a call was made just before I believe breaks this rule. I think it is important to give some control of the UX to the website.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/issues/92#issuecomment-216817134

Received on Wednesday, 4 May 2016 09:58:14 UTC