dint-dev / universal_html

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

openhttp headers #58

Closed dvird closed 1 year ago

dvird commented 2 years ago

is it possible some how to give headers on

final controller = WindowController(); await controller.openHttp( uri: Uri.parse("https://news.ycombinator.com/"), );

terrier989 commented 1 year ago

Thank you for the issue report! This was fixed and documented.