dint-dev / universal_html

Cross-platform 'dart:html'.
https://pub.dev/packages/universal_html
Apache License 2.0
201 stars 60 forks source link

Give credentials or header to EventSource #63

Closed toshiossada closed 1 year ago

toshiossada commented 2 years ago

has anyway to five credentials, a reader or a body to SSE request ?

final eventSource = EventSource(uri.toString());

terrier989 commented 1 year ago

Thank you for the issue report! This was fixed in 2.1.0 and the technique was documented in README.md.