Re: [w3c/clipboard-apis] Support for putting images on the clipboard (#44)

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