-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
readBlobAsText does not repect the reponse charset #1059
Comments
is this repo dead? |
Hi, no, it is still maintained |
JakeChampion
pushed a commit
that referenced
this issue
Jul 18, 2023
JakeChampion
pushed a commit
that referenced
this issue
Jul 18, 2023
JakeChampion
pushed a commit
that referenced
this issue
Jul 18, 2023
JakeChampion
pushed a commit
that referenced
this issue
Jul 18, 2023
JakeChampion
pushed a commit
that referenced
this issue
Jul 18, 2023
cr313
added a commit
to cr313/fetch-Js-flow
that referenced
this issue
Apr 19, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm working on a react-native project which is dependent of this lib. But I found the
readBlobAsText
does not respect thecharset
inContent-Type
, which throws error when the charset is not utf8-encoded.the problematic code below:
And here is my code suggestion:
The text was updated successfully, but these errors were encountered: