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
Is this a bug ?
fetch(url, conf) .then((res) => res.blob()) .then((blob) => { return blob.text().then((code) => { }) }
The text was updated successfully, but these errors were encountered:
blob.text is not a function github#861
f50d195
hope this help to chain blob response to support .text to get data as native fetch
to fix blob.text is not a function github#861
83f6941
with this change proposal blob will send this to chain like native fetch to get text from the return blog data
This is still an issue
Sorry, something went wrong.
No branches or pull requests
Is this a bug ?
The text was updated successfully, but these errors were encountered: