- From: Evan Wallace <notifications@github.com>
- Date: Mon, 01 Jun 2015 09:29:30 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
Received on Monday, 1 June 2015 16:30:02 UTC
I just realized the DataTransfer object is kind of broken as currently specified. It works for text/plain and text/html but most formats are binary and the DataTransfer API assumes everything is a string. This is easy to fix by allowing typed arrays as data similar to XHRs but isn't currently something I see in the spec anywhere. Chrome has hacked around this by adding an "items" field which I assume is non-standard but other browsers don't have any way to do this. More context and discussion: https://crbug.com/487266 (Chrome doesn't expose all of the formats on the clipboard) --- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/issues/9#issuecomment-107626651
Received on Monday, 1 June 2015 16:30:02 UTC