Re: [w3c/clipboard-apis] Clipboard Permission (#51)

"full" is useful so that you can request "read" and "write" access at the same time (e.g.: with `navigator.permissions.request()`).

Without it, you need to request each permission separately, which might mean querying the user twice.

-- 
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/clipboard-apis/issues/51#issuecomment-330108096

Received on Monday, 18 September 2017 01:17:26 UTC