| Index: client/html/generated/html/interface/DataTransferItemList.dart
|
| diff --git a/client/dom/templates/interface.darttemplate b/client/html/generated/html/interface/DataTransferItemList.dart
|
| similarity index 62%
|
| copy from client/dom/templates/interface.darttemplate
|
| copy to client/html/generated/html/interface/DataTransferItemList.dart
|
| index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..990d4fbb20ae5dab051fe2a07aefae93ed37731e 100644
|
| --- a/client/dom/templates/interface.darttemplate
|
| +++ b/client/html/generated/html/interface/DataTransferItemList.dart
|
| @@ -4,5 +4,13 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface $ID$!EXTENDS {
|
| -$!MEMBERS}
|
| +interface DataTransferItemList {
|
| +
|
| + final int length;
|
| +
|
| + void add(var data_OR_file, [String type]);
|
| +
|
| + void clear();
|
| +
|
| + DataTransferItem item(int index);
|
| +}
|
|
|