The DataTransferItem object represents one drag data item.
DataTransferItem
MDN Reference
Returns the drag data item kind, one of: "string", "file".
Returns the drag data item type string.
Returns a File object, if the drag data item kind is File.
Invokes the callback with the string data as the argument, if the drag data item kind is text.