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

in safari adapter = 'fetch';请求流时,报错了。message: "ReadableByteStreamController is not implemented" #6461

Closed
panqibao opened this issue Jun 21, 2024 · 4 comments · Fixed by #6518

Comments

@panqibao
Copy link

Describe the bug

message: "ReadableByteStreamController is not implemented"

To Reproduce

No response

Code snippet

No response

Expected behavior

No response

Axios Version

No response

Adapter Version

No response

Browser

No response

Browser Version

No response

Node.js Version

No response

OS

No response

Additional Library Versions

No response

Additional context/Screenshots

No response

@panqibao panqibao changed the title adapter = 'fetch';请求流时,报错了。message: "ReadableByteStreamController is not implemented" in safari adapter = 'fetch';请求流时,报错了。message: "ReadableByteStreamController is not implemented" Jun 21, 2024
@ogunbaysal
Copy link

Are there any updates about it?

@panqibao
Copy link
Author

panqibao commented Jul 22, 2024 via email

@zhangwentao
Copy link

mark

@hankyungs
Copy link

hankyungs commented Aug 22, 2024

Safari browser, I got an error

undefined is not a function (near '...chunk of iterable...') - trackStream.js:21

    const reader = stream?.getReader()
    if (reader) {
      while (true) {
        const { value, done } = await reader.read()
        if (done) break
        console.log(value)
      }
   }

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

Successfully merging a pull request may close this issue.

4 participants