| Index: client/html/generated/html/interface/MediaError.dart
|
| diff --git a/client/dom/templates/interface.darttemplate b/client/html/generated/html/interface/MediaError.dart
|
| similarity index 53%
|
| copy from client/dom/templates/interface.darttemplate
|
| copy to client/html/generated/html/interface/MediaError.dart
|
| index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..0114a09991cc46705936d27ff055397e984e1ce2 100644
|
| --- a/client/dom/templates/interface.darttemplate
|
| +++ b/client/html/generated/html/interface/MediaError.dart
|
| @@ -4,5 +4,15 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface $ID$!EXTENDS {
|
| -$!MEMBERS}
|
| +interface MediaError {
|
| +
|
| + static final int MEDIA_ERR_ABORTED = 1;
|
| +
|
| + static final int MEDIA_ERR_DECODE = 3;
|
| +
|
| + static final int MEDIA_ERR_NETWORK = 2;
|
| +
|
| + static final int MEDIA_ERR_SRC_NOT_SUPPORTED = 4;
|
| +
|
| + final int code;
|
| +}
|
|
|