-
Notifications
You must be signed in to change notification settings - Fork 179
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
Fix base64 encoding when using chars from different range #5022
Conversation
Size Change: -10 B (0%) Total Size: 1.4 MB ℹ️ View Unchanged
|
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.
Looks good. Do you want to me test this?
If you've got a spare minute :-) The tests are much more reliable now though, as nothing is mocked anymore. |
Codecov Report
@@ Coverage Diff @@
## main #5022 +/- ##
==========================================
- Coverage 76.43% 76.00% -0.44%
==========================================
Files 921 921
Lines 16308 16309 +1
==========================================
- Hits 12465 12395 -70
- Misses 3843 3914 +71
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Summary
Quick follow-up to #4859 / #4805 that fixes issues with
TextDecoder
, which did not work as expected.Relevant Technical Choices
String.fromCharCode
again as originally envisioned, but now with a twist to avoid passing too many arguments.To-do
N/A
User-facing changes
N/A
Testing Instructions
WEBSTORIES_DEV_MODE
isfalse
Hello 🌍 - これはサンプルです。
Fixes #