| Index: client/dom/generated/src/wrapping/_FileReaderWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_FileReaderWrappingImplementation.dart b/client/dom/generated/src/wrapping/_FileReaderWrappingImplementation.dart
|
| index 7c4502d9762992456f3f93bdd335f3318d77f427..cd91f750897a50c48dc78423d8c42a4e03e9166c 100644
|
| --- a/client/dom/generated/src/wrapping/_FileReaderWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_FileReaderWrappingImplementation.dart
|
| @@ -14,6 +14,42 @@ class _FileReaderWrappingImplementation extends DOMWrapperBase implements FileRe
|
| FileError get error() { return _get_error(this); }
|
| static FileError _get_error(var _this) native;
|
|
|
| + EventListener get onabort() { return _get_onabort(this); }
|
| + static EventListener _get_onabort(var _this) native;
|
| +
|
| + void set onabort(EventListener value) { _set_onabort(this, value); }
|
| + static void _set_onabort(var _this, EventListener value) native;
|
| +
|
| + EventListener get onerror() { return _get_onerror(this); }
|
| + static EventListener _get_onerror(var _this) native;
|
| +
|
| + void set onerror(EventListener value) { _set_onerror(this, value); }
|
| + static void _set_onerror(var _this, EventListener value) native;
|
| +
|
| + EventListener get onload() { return _get_onload(this); }
|
| + static EventListener _get_onload(var _this) native;
|
| +
|
| + void set onload(EventListener value) { _set_onload(this, value); }
|
| + static void _set_onload(var _this, EventListener value) native;
|
| +
|
| + EventListener get onloadend() { return _get_onloadend(this); }
|
| + static EventListener _get_onloadend(var _this) native;
|
| +
|
| + void set onloadend(EventListener value) { _set_onloadend(this, value); }
|
| + static void _set_onloadend(var _this, EventListener value) native;
|
| +
|
| + EventListener get onloadstart() { return _get_onloadstart(this); }
|
| + static EventListener _get_onloadstart(var _this) native;
|
| +
|
| + void set onloadstart(EventListener value) { _set_onloadstart(this, value); }
|
| + static void _set_onloadstart(var _this, EventListener value) native;
|
| +
|
| + EventListener get onprogress() { return _get_onprogress(this); }
|
| + static EventListener _get_onprogress(var _this) native;
|
| +
|
| + void set onprogress(EventListener value) { _set_onprogress(this, value); }
|
| + static void _set_onprogress(var _this, EventListener value) native;
|
| +
|
| int get readyState() { return _get_readyState(this); }
|
| static int _get_readyState(var _this) native;
|
|
|
|
|