DataTransferItem operator [](int index)

Source

DataTransferItem operator [](int index) {
  return JS('DataTransferItem', '#[#]', this, index);
}