dart2js will stop supporting internet explorer soon - so all supported browser should support fetch which allows for streaming. I'm not sure if streaming works on firefox so that will need to be tested.
https://api.dart.dev/stable/2.13.4/dart-html/Window/fetch.html
|
/// [BaseRequest.followRedirects], and [BaseRequest.maxRedirects] fields. It is |
|
/// also unable to stream requests or responses; a request will only be sent and |
|
/// a response will only be returned once all the data is available. |
dart2js will stop supporting internet explorer soon - so all supported browser should support
fetchwhich allows for streaming. I'm not sure if streaming works on firefox so that will need to be tested.https://api.dart.dev/stable/2.13.4/dart-html/Window/fetch.html
http/lib/src/browser_client.dart
Lines 27 to 29 in f93c76f