Returns a DataTransferItemList object, with the drag data.
Returns a frozen array listing the formats that were set in the dragstart event. In addition, if any files are being dragged, then one of the types will be the string "Files".
Removes the data of the specified formats. Removes all data if the argument is omitted.
Returns the specified data. If there is no such data, returns the empty string.
Adds the specified data.
Uses the given element to update the drag feedback, replacing any previously specified feedback.
Generated using TypeDoc
Returns a FileList of the files being dragged, if any.