[Webkit-unassigned] [Bug 170168] Implement the DataTransfer constructor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 16 15:42:39 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=170168

--- Comment #2 from Jimmy Wärting <jimmy at warting.se> ---
The only real usecase i see with having a DataTransfer constructor is having a way to update that damm input[type=file] with another FileList item. 

there is no way of getting it in safari...

new ClipboardEvent('paste').clipboardData
new DragEvent('drag').dataTransfer
new DataTransfer()


https://github.com/whatwg/html/issues/3269

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200816/18b1d93c/attachment-0001.htm>


More information about the webkit-unassigned mailing list