-
Notifications
You must be signed in to change notification settings - Fork 562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf(fetch): improve body mixin methods #3109
Conversation
6ec3801
to
02e8b73
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3109 +/- ##
=======================================
Coverage 94.06% 94.06%
=======================================
Files 89 89
Lines 24327 24331 +4
=======================================
+ Hits 22883 22887 +4
Misses 1444 1444 ☔ View full report in Codecov by Sentry. |
e233243
to
93a4deb
Compare
e85abc7
to
54fa2b2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I prefer one or two more approvals.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Suppressed by #3117 |
Optimize arrayBuffer of Body mixin.