Re: Clipboard API: Proposal for asynchronous API

2016-05-26 Thread Hallvord Reiar Michaelsen Steen
Hi Gary, good work! Some questions that have come up in discussion with developers at Mozilla: 1) The existing DataTransfer API is purposefully designed to be used for both copy/paste and drag-and-drop. If we add navigator.clipboard to add asyncness to clipboard-style usage of the API, what about

Clipboard API: Proposal for asynchronous API

2016-05-16 Thread Кошмарчик
I just sent a proposal to the WICG for an asynchronous Clipboard API: https://discourse.wicg.io/t/proposal-modern-asynchronous-clipboard-api/1513 (yes, I know. Not the first time something like this has been proposed ) This