Re: [w3c/permissions] Automation: "Get Permission" (#180)

Note that for [specific reasons](https://github.com/mozilla/standards-positions/issues/19#issuecomment-365152565) Firefox does not support `query()` for `"camera"` or `"microphone"`. In short, `query` exposes details of non-standard permission models, which we fear can lead web developers to code towards the dominant permission model (Chrome's), causing headaches for others.

If we were to implement it—which we're still discussing—we'd likely need to lie and return `"granted"` instead of `"prompt"` on all but the very first call (even though there will be a prompt), to mimic Chrome and avoid web developers inadvertently priming Firefox users every time, a veritable slow-lane.

-- 
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/180#issuecomment-405443847

Received on Tuesday, 17 July 2018 02:58:00 UTC