| Index: client/dom/generated/src/frog/HTMLCollection.dart
|
| diff --git a/client/dom/generated/src/frog/HTMLCollection.dart b/client/dom/generated/src/frog/HTMLCollection.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..42d91e94578e96fe07c262454d0db23f909c9a1d
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/HTMLCollection.dart
|
| @@ -0,0 +1,15 @@
|
| +
|
| +class HTMLCollection native "HTMLCollection" {
|
| +
|
| + int length;
|
| +
|
| + Node operator[](int index) native;
|
| +
|
| + Node item(int index) native;
|
| +
|
| + Node namedItem(String name) native;
|
| +
|
| + var dartObjectLocalStorage;
|
| +
|
| + String get typeName() native;
|
| +}
|
|
|