higneer
Results
4
comments of
higneer
i created a client that seems to work well on web, you can use it instead of BrowserClient : ``` class HttpRequestClient extends BaseClient { @override Future send(BaseRequest request) async...
other way i created a client that worked on the web for this pluggin https://pub.dev/packages/eventsource see here https://github.com/stevenroose/dart-eventsource/issues/31