Re: [w3c/permissions] Requesting permission shouldn't imply storing it. (#93)

> If the app wants to know if permission has been stored permanently after requesting access, it can always do another query() operation. The multiple return values seems like clutter to me.

@alvestrand you seem to disagree with @mounirlamouri 's comment [above](https://github.com/w3c/permissions/issues/93#issuecomment-215372312):
> The PermissionStatus returned by request() represent the current state of the permission. If it returns granted but then a call to query() returns prompt, there is an inconsistency that I would call a bug.

These extra states solve this bug.

---
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/93#issuecomment-215434783

Received on Thursday, 28 April 2016 14:08:35 UTC