Re: [w3c/clipboard-apis] Where would one get a DataTransfer to hand to the ClipboardEvent constructor? (#33)

We have a need for a DataTransfer constructor for the async Clipboard API.

For this use case, the DataTransfer would be created with an empty drag-data-store and with Read/Write access.  Items would be added into the store after the DataTransfer was created.

[1] Clipboard API proposal: https://github.com/garykac/clipboard/blob/master/clipboard.md
[2] Async Clipboard API: https://w3c.github.io/clipboard-apis/#clipboard-interface


-- 
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/33#issuecomment-280113168

Received on Wednesday, 15 February 2017 19:30:32 UTC