You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That workaround worked successfully. Thank you very much. I understand that this bug is in WebKit, but I believe it could be problematic if simply updating the patch version of hono ends up breaking the display for many users.
What version of Hono are you using?
4.6.19
What runtime/platform is your app running on? (with version if possible)
deno 2.1.7
What steps can reproduce the bug?
Because the charset parameter was removed in #3743, the Japanese text in the JSON response no longer displays correctly in Safari.
If you revert the version from
4.6.19
to4.6.13
, which isn’t affected by that change, the text displays correctly.What is the expected behavior?
What do you see instead?
Additional information
This issue is caused by the known WebKit bug described here:
https://bugs.webkit.org/show_bug.cgi?id=197369
It has existed since 2019 and still hasn’t been fixed.
The text was updated successfully, but these errors were encountered: