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

It was pointed out to me that there is a [discussion to remove `permissions.request()`](https://github.com/w3c/permissions/issues/83) from the Permissions API.

Without the `request()` API, we have 2 problems with the Clipboard Permissions as proposed:
* the "full" permission can't actually be used (since there is no clipboard API that requests both)
* we'd have to find an appropriate place to request permission for receiving the "clipboardchange" event

My preference is to maintain support for `permissions.request()`, but I'm interested in any other suggestions to address these issues.

(E.g., we could add a `requestClipboardPermissions()` API, but my understanding is that a goal of the Permissions API is to avoid things like that.)

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

Received on Tuesday, 19 September 2017 21:21:02 UTC