| Index: client/html/generated/src/interface/SVGException.dart
|
| diff --git a/client/html/generated/src/interface/XMLHttpRequestException.dart b/client/html/generated/src/interface/SVGException.dart
|
| similarity index 63%
|
| copy from client/html/generated/src/interface/XMLHttpRequestException.dart
|
| copy to client/html/generated/src/interface/SVGException.dart
|
| index e89647c5a72d5059a1b7f041ba905ee8ac084a2c..ebae8793ec2cf9237924d1c54583cb363f37de54 100644
|
| --- a/client/html/generated/src/interface/XMLHttpRequestException.dart
|
| +++ b/client/html/generated/src/interface/SVGException.dart
|
| @@ -4,15 +4,19 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface XMLHttpRequestException {
|
| +interface SVGException {
|
|
|
| - static final int ABORT_ERR = 102;
|
| + static final int SVG_INVALID_VALUE_ERR = 1;
|
|
|
| - static final int NETWORK_ERR = 101;
|
| + static final int SVG_MATRIX_NOT_INVERTABLE = 2;
|
| +
|
| + static final int SVG_WRONG_TYPE_ERR = 0;
|
|
|
| int get code();
|
|
|
| String get message();
|
|
|
| String get name();
|
| +
|
| + String toString();
|
| }
|
|
|