| Index: lib/html/doc/interface/FileList.dart
|
| diff --git a/lib/html/doc/interface/FileList.dart b/lib/html/doc/interface/FileList.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c0ab6a168c9376857cc8c426ef4392efa5dc0749
|
| --- /dev/null
|
| +++ b/lib/html/doc/interface/FileList.dart
|
| @@ -0,0 +1,15 @@
|
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| +// for details. All rights reserved. Use of this source code is governed by a
|
| +// BSD-style license that can be found in the LICENSE file.
|
| +
|
| +// WARNING: Do not edit - generated code.
|
| +
|
| +/// @domName FileList
|
| +interface FileList extends List<File> {
|
| +
|
| + /** @domName FileList.length */
|
| + final int length;
|
| +
|
| + /** @domName FileList.item */
|
| + File item(int index);
|
| +}
|
|
|