Restructure http/browser_client.dart in http package to avoid dart:mirrors usage (?) #21917
Labels
area-pkg
Used for miscellaneous pkg/ packages not associated with specific area- teams.
type-enhancement
A request for a change that isn't a bug
This issue was originally filed by @Scorpiion
I'm not sure how much job is needed, but because of the new "dart2js mirrors policy" with the huge warning, it feels like it might be worth considering.
Is it a good idea (or even possible) to make so that the browser client don't depend on dart:mirrors? Or are users recommended to not use the http package on the client for a foreseeable future? (assuming most people would want to follow the instructions and try to avoid the dart2js warning)
Regards, Robert
The text was updated successfully, but these errors were encountered: