Returns a DataTransferItemList object containing the drag data.
Property of dom/DataTransferdom/DataTransfer
SyntaxNote: This property is read-only.
var result = element.items;
Return Value
Returns an object of type ObjectObject
A DataTransferItemList object; see the W3C specification for more information.
Examples//get DataTransfer item list
function getItemList(e) {
var oData = e.dataTransfer;
var iList = oData.items;
}
Related specifications
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4