| Index: client/dom/generated/src/frog/DOMPlugin.dart
|
| diff --git a/client/dom/generated/src/frog/DOMPlugin.dart b/client/dom/generated/src/frog/DOMPlugin.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fa8747da290cbe51c98de6c49919964dc2283eba
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/DOMPlugin.dart
|
| @@ -0,0 +1,19 @@
|
| +
|
| +class DOMPlugin native "DOMPlugin" {
|
| +
|
| + String description;
|
| +
|
| + String filename;
|
| +
|
| + int length;
|
| +
|
| + String name;
|
| +
|
| + DOMMimeType item(int index) native;
|
| +
|
| + DOMMimeType namedItem(String name) native;
|
| +
|
| + var dartObjectLocalStorage;
|
| +
|
| + String get typeName() native;
|
| +}
|
|
|