-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
Comments
Are there any updates about it? |
no发自我的 iPhone 12 Pro在 2024年7月22日,17:53,Ogün Baysal ***@***.***> 写道:
Are there any updates about it?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
mark |
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
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
The text was updated successfully, but these errors were encountered: