fetch
fetch copied to clipboard
blob.text is not a function
Is this a bug ?
fetch(url, conf)
.then((res) => res.blob())
.then((blob) => {
return blob.text().then((code) => {
})
}
#861
في الاثنين، ١٦ نوفمبر ٢٠٢٠ ١١:٥٨ ص Arthur [email protected] كتب:
Is this a bug ?
fetch(url, conf) .then((res) => res.blob()) .then((blob) => { return blob.text().then((code) => {
})
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/github/fetch/issues/861, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQU3I2LXP3QYANBNJL7IGODSQDSSVANCNFSM4TW4IUHA .
https://github.com/github/fetch/issues/861#issuecomment-728979430
This is still an issue
still an issue
still any issue
I triggered this bug today and I don't know why.
This project does not provide a polyfill for blob