- From: Ryosuke Niwa <notifications@github.com>
- Date: Tue, 15 Aug 2017 23:14:51 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 16 August 2017 06:15:32 UTC
As far as I can tell, the primary problem we have is that we don't have a mechanism to asynchronously add image data to `DataTransferItemList`. If we added such a method, we can support putting images into pasteboard/clipboard without having to add `navigator.clipboard` at least in WebKit since we can sanitize images inside those methods instead of sanitizing the entire `DataTransfer` object at once. -- 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/44#issuecomment-322676257
Received on Wednesday, 16 August 2017 06:15:32 UTC