| Index: client/dom/generated/src/frog/XMLHttpRequest.dart
|
| diff --git a/client/dom/generated/src/frog/XMLHttpRequest.dart b/client/dom/generated/src/frog/XMLHttpRequest.dart
|
| index 7c759fae7d266deed7c7661dbeead845814a6125..9f4152553fa371a40887c3a07dd634c1a9e81931 100644
|
| --- a/client/dom/generated/src/frog/XMLHttpRequest.dart
|
| +++ b/client/dom/generated/src/frog/XMLHttpRequest.dart
|
| @@ -3,6 +3,16 @@ class XMLHttpRequest native "*XMLHttpRequest" {
|
| XMLHttpRequest() native;
|
|
|
|
|
| + static final int DONE = 4;
|
| +
|
| + static final int HEADERS_RECEIVED = 2;
|
| +
|
| + static final int LOADING = 3;
|
| +
|
| + static final int OPENED = 1;
|
| +
|
| + static final int UNSENT = 0;
|
| +
|
| bool asBlob;
|
|
|
| int readyState;
|
|
|