platform/test
Todd Volkert 16e3a5a3a0 Prepare for upcoming change to HttpRequest and HttpClientResponse
An upcoming change to the Dart SDK will change `HttpRequest` and
`HttpClientResponse` from implementing `Stream<List<int>>` to
implementing `Stream<Uint8List>`.

This forwards-compatible change prepares for that SDK breaking
change by casting the Stream to `List<int>` before transforming
it.

https://github.com/dart-lang/sdk/issues/36900
2019-06-25 19:50:57 -07:00
..
all.dart 2.0.0 2018-11-11 12:35:37 -05:00
embed_shelf_test.dart Prepare for upcoming change to HttpRequest and HttpClientResponse 2019-06-25 19:50:57 -07:00