| Index: client/dom/generated/src/frog/DOMApplicationCache.dart
|
| diff --git a/client/dom/generated/src/frog/DOMApplicationCache.dart b/client/dom/generated/src/frog/DOMApplicationCache.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bdee7b3c49f6668ea3fc6b534122935675050a0c
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/DOMApplicationCache.dart
|
| @@ -0,0 +1,35 @@
|
| +
|
| +class DOMApplicationCache native "DOMApplicationCache" {
|
| +
|
| + EventListener oncached;
|
| +
|
| + EventListener onchecking;
|
| +
|
| + EventListener ondownloading;
|
| +
|
| + EventListener onerror;
|
| +
|
| + EventListener onnoupdate;
|
| +
|
| + EventListener onobsolete;
|
| +
|
| + EventListener onprogress;
|
| +
|
| + EventListener onupdateready;
|
| +
|
| + int status;
|
| +
|
| + void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
|
| +
|
| + bool dispatchEvent(Event evt) native;
|
| +
|
| + void removeEventListener(String type, EventListener listener, [bool useCapture = null]) native;
|
| +
|
| + void swapCache() native;
|
| +
|
| + void update() native;
|
| +
|
| + var dartObjectLocalStorage;
|
| +
|
| + String get typeName() native;
|
| +}
|
|
|