Skip to content
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

blob.text is not a function #861

Open
imtaotao opened this issue Nov 16, 2020 · 4 comments
Open

blob.text is not a function #861

imtaotao opened this issue Nov 16, 2020 · 4 comments

Comments

@imtaotao
Copy link

@imtaotao imtaotao commented Nov 16, 2020

Is this a bug ?

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

    })
  }
@yendi158

This comment has been minimized.

@YJ8CJY3MRGJ7MLLT9H3Q

This comment has been minimized.

meeCnu added a commit to meeCnu/fetch that referenced this issue Nov 26, 2020
hope this help to chain blob response to support .text to get data as native fetch
meeCnu added a commit to meeCnu/fetch that referenced this issue Nov 26, 2020
with this change proposal blob will send this to chain like native fetch to get text from the return blog data
@0531283028

This comment has been minimized.

@danielimmke
Copy link

@danielimmke danielimmke commented Feb 11, 2021

This is still an issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@danielimmke @imtaotao @0531283028 @YJ8CJY3MRGJ7MLLT9H3Q @yendi158 and others