DataTransferItemList
Values
add
Adds a new entry for the given data to the drag data store. If the data is plain text then a type string has to be provided also. Read more on MDN
Parameters
WebAPI.UIEventsAPI.dataTransferItemList string stringReturn type
WebAPI.UIEventsAPI.dataTransferItemadd2
Adds a new entry for the given data to the drag data store. If the data is plain text then a type string has to be provided also. Read more on MDN
Parameters
WebAPI.UIEventsAPI.dataTransferItemList WebAPI.FileAPI.fileReturn type
WebAPI.UIEventsAPI.dataTransferItemclear
Removes all the entries in the drag data store. Read more on MDN
remove
Removes the indexth entry in the drag data store. Read more on MDN