fetch icon indicating copy to clipboard operation
fetch copied to clipboard

blob.text is not a function

Open imtaotao opened this issue 3 years ago • 4 comments

Is this a bug ?

fetch(url, conf)
   .then((res) => res.blob())
   .then((blob) => {
      return blob.text().then((code) => {

    })
  }

imtaotao avatar Nov 16 '20 08:11 imtaotao

#861

yendi158 avatar Nov 17 '20 04:11 yendi158

في الاثنين، ١٦ نوفمبر ٢٠٢٠ ١١:٥٨ ص 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 .

YJ8CJY3MRGJ7MLLT9H3Q avatar Nov 17 '20 14:11 YJ8CJY3MRGJ7MLLT9H3Q

https://github.com/github/fetch/issues/861#issuecomment-728979430

0531283028 avatar Nov 28 '20 05:11 0531283028

This is still an issue

danielimmke avatar Feb 11 '21 21:02 danielimmke

still an issue

aryan29 avatar Sep 28 '22 09:09 aryan29

still any issue

wtLau avatar Oct 14 '22 20:10 wtLau

I triggered this bug today and I don't know why.

ZukaiGong avatar Oct 20 '22 07:10 ZukaiGong

This project does not provide a polyfill for blob

JakeChampion avatar Jul 18 '23 00:07 JakeChampion