| Index: client/html/generated/html/interface/File.dart
|
| diff --git a/client/dom/templates/interface.darttemplate b/client/html/generated/html/interface/File.dart
|
| similarity index 60%
|
| copy from client/dom/templates/interface.darttemplate
|
| copy to client/html/generated/html/interface/File.dart
|
| index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..dcf99c17aee9661cc49ee7f552aa1b633b7aab7a 100644
|
| --- a/client/dom/templates/interface.darttemplate
|
| +++ b/client/html/generated/html/interface/File.dart
|
| @@ -4,5 +4,15 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface $ID$!EXTENDS {
|
| -$!MEMBERS}
|
| +interface File extends Blob {
|
| +
|
| + final String fileName;
|
| +
|
| + final int fileSize;
|
| +
|
| + final Date lastModifiedDate;
|
| +
|
| + final String name;
|
| +
|
| + final String webkitRelativePath;
|
| +}
|
|
|