-
Notifications
You must be signed in to change notification settings - Fork 391
Closed
Labels
status-blockedBlocked from making progress by another (referenced) issueBlocked from making progress by another (referenced) issuetype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
Reproduction case @ https://github.com/matanlurey/http-browser-benchmark
Significant parts:
- Uses ~30kB more from
dart:core, I assume this is use ofUri. - Brings in
package:path(~10kB). - Brings in
package:stack_trace(~8kB). - Brings in
package:source_span(~6kB). - Brings in
package:http_parser,string_scanner(~4kB combined). - Brings in an extra ~6kB from
dart:convert.
This is an issue when trying to use this package for mobile web applications. I can't see a clear reason why I need 100kB more for simple JSON requests given that we aren't using any of the other functionality.
rich-j, cedx, srawlins and thosakwe
Metadata
Metadata
Assignees
Labels
status-blockedBlocked from making progress by another (referenced) issueBlocked from making progress by another (referenced) issuetype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug