Re: [w3c/permissions] Drop .request() (#83)

@alvestrand I think Jan's right that if `request()` can prompt the user, but doesn't return a live stream, then when the site does try to get a live stream, it's likely to wind up prompting the user a second time on Firefox and Edge-over-http. Sites would have to either avoid `request()` or detect their user agent in order to produce a good experience, and we don't want to build an API that requires that. I think we really do have to make `request()` equivalent to `getUserMedia()` or not do it at all.

-- 
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/83#issuecomment-244417882

Received on Friday, 2 September 2016 16:07:49 UTC