Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Prepare for upcoming change to HttpRequest and HttpClientResponse #44

Merged
merged 1 commit into from
Jun 25, 2019

Commits on Jun 22, 2019

  1. 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.
    
    dart-lang/sdk#36900
    tvolkert committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    ebb07ef View commit details
    Browse the repository at this point in the history