What are the DataTransfer object attributes?
Answers
Answered by
0
The DataTransfer object is used to hold the data that is being dragged during a drag and drop operation. It may hold one or more data items, each of one or more data types.This object is available from the dataTransfer property of all drag events
Similar questions