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

@jyasskin, if a capture device is in use already, we don't prompt again for the same device.  There is no difference for the app to call clone() or call GUM() again in that case.  If you reload your test page on the same tab in Edge, I'm sure you will get a new user permission prompt.

It seems for the per-use model, if request() returns either a "granted" or a "denied" state, I expect there will have to a 'lifetime' associated with that state.  It could potentially be more complicated if the 'lifetime' has a device dependency.  BTW, I don't see any clean solution personally, so can't really pick what I'd prefer at this point.

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

Received on Sunday, 28 August 2016 20:56:18 UTC