Data_transfer.Item_listDataTransferItemList objects.
The type for DataTransferItemList objects.
val length : t -> intlength l it the length of the list.
add_jstr l type' s adds s with MIME type type'. None is returned in case of error, the corresponding data item otherwise.
add_file l f adds file s. None is returned in case of error, the corresponding data item otherwise.
val remove : t -> int -> unitremove l i removes the ith item from the list.
val clear : t -> unitclear l removes all elements from the list.