Re: [w3c/clipboard-apis] Support for delayed clipboard data (#41)

> All major desktop platforms (i.e. Windows, macOS, and Linux) have a way to add format(s) to the clipboard and provide the data only when requested.

Ooh, cool, I did not know.

That makes me think of Chrome Remote Desktop, which could make use of a delayed clipboard the other way. Right now, I believe reads the clipboard every time you switch the app, and pushes that to the remote computer. If it had a [clipboard listener](https://github.com/garykac/clipboard/blob/master/clipboard.md#event-listener-for-clipboard-change-events) whose handler could asynchronously query for formats it could also benefit from those OS mechanisms, right?

-- 
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/41#issuecomment-289677190

Received on Tuesday, 28 March 2017 06:36:42 UTC