| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Fast API handles invalid UTF differently than the slow API. Fixes: nodejs#54521 PR-URL: nodejs#54525
|
Would be nice if we could have a fast implementation that does the same as WriteUtf8Impl in V8. |
Sorry, something went wrong.
|
#54526 Seems like a better option. |
Sorry, something went wrong.
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files @@ Coverage Diff @@
## main #54525 +/- ##
==========================================
- Coverage 87.33% 87.32% -0.01%
==========================================
Files 649 649
Lines 182561 182559 -2
Branches 35041 35040 -1
==========================================
- Hits 159444 159424 -20
- Misses 16378 16394 +16
- Partials 6739 6741 +2
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fast API handles invalid UTF differently than the slow API.
Fixes: #54521