| Index: client/dom/generated/src/interface/DOMApplicationCache.dart
|
| diff --git a/client/dom/generated/src/interface/DOMApplicationCache.dart b/client/dom/generated/src/interface/DOMApplicationCache.dart
|
| index f8a7b0cf40e4336c7e6f8f7e997efb5f7319d027..79579dffa1aa5e03752df47235bd15dcd40b7d5c 100644
|
| --- a/client/dom/generated/src/interface/DOMApplicationCache.dart
|
| +++ b/client/dom/generated/src/interface/DOMApplicationCache.dart
|
| @@ -6,38 +6,6 @@
|
|
|
| interface ApplicationCache extends EventTarget {
|
|
|
| - EventListener get oncached();
|
| -
|
| - void set oncached(EventListener value);
|
| -
|
| - EventListener get onchecking();
|
| -
|
| - void set onchecking(EventListener value);
|
| -
|
| - EventListener get ondownloading();
|
| -
|
| - void set ondownloading(EventListener value);
|
| -
|
| - EventListener get onerror();
|
| -
|
| - void set onerror(EventListener value);
|
| -
|
| - EventListener get onnoupdate();
|
| -
|
| - void set onnoupdate(EventListener value);
|
| -
|
| - EventListener get onobsolete();
|
| -
|
| - void set onobsolete(EventListener value);
|
| -
|
| - EventListener get onprogress();
|
| -
|
| - void set onprogress(EventListener value);
|
| -
|
| - EventListener get onupdateready();
|
| -
|
| - void set onupdateready(EventListener value);
|
| -
|
| int get status();
|
|
|
| void addEventListener(String type, EventListener listener, [bool useCapture]);
|
|
|