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

Syncing the clipboard in remote access (or whatever) is bi-directional.

To sync from local -> remote, you need:
* An event to notify you when the local clipboard has changed
* The ability to read from the clipboard (without a gesture)

To sync from remote -> local, you need:
* The ability to write to the clipboard (without a gesture)

The ability to access the clipboard without a gesture should require an explicit permission to be granted.

The event/API should only be available to the currently active tab. Note that the new clipboard APIs are only allowed in a secure context (which is not true for the old clipboard APIs).

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

Received on Wednesday, 27 September 2017 17:58:28 UTC