| Index: lib/src/io_html.dart
|
| diff --git a/lib/src/io_html.dart b/lib/src/io_html.dart
|
| index 2896967db50e2e7e09c555bab0feb7424087c0fc..420815c38d426210da765299ee44aeaa2297a4ff 100644
|
| --- a/lib/src/io_html.dart
|
| +++ b/lib/src/io_html.dart
|
| @@ -3,9 +3,9 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| import "dart:async" show Future, Stream;
|
| -import "dart:convert" show Encoding, LATIN1, UTF8;
|
| +import "dart:convert" show Encoding;
|
| import "dart:html";
|
| -import "dart:typed_data" show Uint8List, ByteBuffer;
|
| +import "dart:typed_data" show ByteBuffer;
|
|
|
| /// Reads the bytes of a URI as a stream of bytes.
|
| Stream<List<int>> readAsStream(Uri uri) async* {
|
|
|