| 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
|
| index df436d97636ff3d9f8b19cd03f951d3143b69cf6..ac10fa37b7c870d281972e7581354e8c645401dc 100644
|
| --- a/client/dom/generated/src/frog/DOMApplicationCache.dart
|
| +++ b/client/dom/generated/src/frog/DOMApplicationCache.dart
|
| @@ -1,6 +1,18 @@
|
|
|
| class DOMApplicationCache native "*DOMApplicationCache" {
|
|
|
| + static final int CHECKING = 2;
|
| +
|
| + static final int DOWNLOADING = 3;
|
| +
|
| + static final int IDLE = 1;
|
| +
|
| + static final int OBSOLETE = 5;
|
| +
|
| + static final int UNCACHED = 0;
|
| +
|
| + static final int UPDATEREADY = 4;
|
| +
|
| int status;
|
|
|
| void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
|
|
|