JavaScript DataTransferItem : Object
DataTransferItem represents an item that can is being dragged. There can be more than one DataTransferItem for a
drag and drop operation. For example, dragging a document may have a DataTransferItem containing the rich text and
a DataTransferItem containing the plain text.
Copyright © PUBLIC Contributors