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

If we do the "combining" thing, I would expect

request(foo); request(camera); request(bar); request(microphone)

to result in 3 simultaneous popups: foo, bar and (camera+microphone), becaue the camera+microphone is the only one that people will write special code for.

I think that's "not too bad"; the WEBRTC spec already has language saying that if one does

getusermedia(camera1); getusermedia(camera2)

the prompts should be combined if possible.


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

Received on Wednesday, 4 May 2016 10:05:33 UTC