-
Notifications
You must be signed in to change notification settings - Fork 382
Closed
Labels
type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
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
http/lib/src/browser_client.dart
Lines 27 to 29 in f93c76f
/// [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. |
rajveermalviya, mnordine, juandiago, jaumard, DmitrySboychakov and 69 morepshonkaaa, nietsmmar, Suman085 and HoosCoding
Metadata
Metadata
Assignees
Labels
type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug