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