DescriptionExpose the DataTransferItem interface
https://html.spec.whatwg.org/#the-datatransferitem-interface
Both Firefox Nightly and IE11 expose the DataTransfer interface, but
neither DataTransferItem nor DataTransferItemList. We already expose
DataTransferItemList. Per spec all three interfaces should be exposed.
This will allow feature detection of the methods on DataTransferItem, in
particular DataTransferItem.prototype.webkitGetAsEntry, the lack of
which has forced at least one library to resort to UA string sniffing:
https://github.com/FineUploader/fine-uploader/issues/1346
BUG=448696
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188382
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|