| Index: client/html/generated/html/interface/Blob.dart
|
| diff --git a/client/dom/templates/interface.darttemplate b/client/html/generated/html/interface/Blob.dart
|
| similarity index 67%
|
| copy from client/dom/templates/interface.darttemplate
|
| copy to client/html/generated/html/interface/Blob.dart
|
| index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..87e81e086d16bd9b3fb4977139d4ab0b97df57ce 100644
|
| --- a/client/dom/templates/interface.darttemplate
|
| +++ b/client/html/generated/html/interface/Blob.dart
|
| @@ -4,5 +4,11 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface $ID$!EXTENDS {
|
| -$!MEMBERS}
|
| +interface Blob {
|
| +
|
| + final int size;
|
| +
|
| + final String type;
|
| +
|
| + Blob webkitSlice([int start, int end, String contentType]);
|
| +}
|
|
|