We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
noraml decode html text,even respon header "Content-Type" not set "charset=utf-8"
without english page,some other language maybe have text decode problem
src/uv.sw.js line 241-242 to add:
if (responseCtx.headers["content-type"].includes("text/html")) { responseCtx.headers["content-type"] = "text/html;charset=utf-8"; }
The text was updated successfully, but these errors were encountered:
You should open a pull request for this
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
noraml decode html text,even respon header "Content-Type" not set "charset=utf-8"
Current Behavior
without english page,some other language maybe have text decode problem
Possible Solution
src/uv.sw.js
line 241-242 to add:
The text was updated successfully, but these errors were encountered: