| Index: client/dom/generated/src/frog/XMLHttpRequestException.dart
|
| diff --git a/client/dom/generated/src/frog/XMLHttpRequestException.dart b/client/dom/generated/src/frog/XMLHttpRequestException.dart
|
| deleted file mode 100644
|
| index 1abbf53ce3ed49a77b43db00d446a677725995f2..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/frog/XMLHttpRequestException.dart
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -
|
| -class _XMLHttpRequestExceptionJs extends _DOMTypeJs implements XMLHttpRequestException native "*XMLHttpRequestException" {
|
| -
|
| - static final int ABORT_ERR = 102;
|
| -
|
| - static final int NETWORK_ERR = 101;
|
| -
|
| - final int code;
|
| -
|
| - final String message;
|
| -
|
| - final String name;
|
| -
|
| - String toString() native;
|
| -}
|
|
|