Re: [permissions] Faking permissions (#54)

How about:

1. No permission can be asked ahead of time
2. Since permission is always asked just-in-time, we can make it so that app cannot tell difference between denial and operational error. For example, asking a geolocation and getting denied permission would result in an Error that is indistinguishable from some other error like broken GPS.

This way there is no need to make it more complicated to user

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/issues/54#issuecomment-180796814

Received on Saturday, 6 February 2016 15:53:19 UTC