- From: Gary Kacmarcik <notifications@github.com>
- Date: Tue, 19 Sep 2017 14:20:21 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 19 September 2017 21:21:02 UTC
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