DataTransfer
Values
clearData
Removes the data of the specified formats. Removes all data if the argument is omitted. Read more on MDN
getData
Returns the specified data. If there is no such data, returns the empty string. Read more on MDN
setData
Adds the specified data. Read more on MDN
setDragImage
Uses the given element to update the drag feedback, replacing any previously specified feedback. Read more on MDN